KernelNewbies
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Kernel Hacking

  • Frontpage

  • Kernel Hacking

  • Kernel Documentation

  • Kernel Glossary

  • FAQ

  • Found a bug?

  • Kernel Changelog

  • Upstream Merge Guide

Projects

  • KernelJanitors

  • KernelMentors

  • KernelProjects

Community

  • Why a community?

  • Regional Kernelnewbies

  • Personal Pages

  • Upcoming Events

References

  • Mailing Lists

  • Related Sites

  • Programming Links

Wiki

  • Recent Changes

  • Site Editors

  • Side Bar

  • Tips for Editors

  • Hosted by WikiWall

Navigation

  • RecentChanges
  • FindPage
  • HelpContents

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 3 as of 2017-12-30 01:30:13
KernelNewbies:
  • LibDetails

Back to Kernel001WalkThrough

The lib directory of Linux 0.01 contains the library functions.

_exit.c

_exit(), interface to sys_exit()

close.c

close(), interface to sys_close()

ctype.c

_ctype[], lookup table for <ctype.h> functions

dup.c

dup(), interface to sys_dup()

errno.c

errno variable

execve.c

execve(), interface to sys_execve()

open.c

open(), interface to sys_open()

setsid.c

setsid(), interface to sys_setsid()

string.c

library version of <string.h> (see HeaderDetails)

wait.c

wait(), interface to sys_waitpid()

write.c

write(), interface to sys_write()

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01