kernel docs - GandelXIV/pidi-os GitHub Wiki

Kernel structure

  • 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