My Kernel v0.1.0
Collaboration diagram for Syscalls:

Modules

 Syscalls - x86
 

Detailed Description

Syscalls

This module contains the definition for our kernel's syscalls.

We'll aim to be as POSIX compliant as possible. This has multiple benefits:

  1. I'm familiar with these syscalls already
  2. It will make porting existing programs easier eventually
  3. I can directly re-use the knowledge I gain from implementing them