Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 237 Bytes

File metadata and controls

6 lines (5 loc) · 237 Bytes

Kernel

This is a x86-64 kernel. With basic multitasking implemented using a round-robin scheduler.

The kernel has support for a few different system calls. Allowing forking and executing processes, as well as writing to the terminal.