-
Notifications
You must be signed in to change notification settings - Fork 3
kernel docs
GandelXIV edited this page May 17, 2021
·
2 revisions
- kernel.c : Contains the main() function
- kernel_entry.asm : Calls the main() function :
- config.h : stores kernel configuration :
- io : Higher level Input/Output functions
- kmsg.c : Kernel announcement functions
- messages.h : Announcement messages
- ksh : Kernel shell interface
- mem.c : Memory allocation tools