System Core

PAGE IN BETA


The Platypus OS core is quite simple. Most of it is well documented within the code, but here's the rundown:

  1. Kernel information is in the kernel/ directory.

  2. A libc is in the libc directory.

  3. Kernel panic source located in libc/panic/panic.c and libc/include/panic.h.