Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 397 Bytes

File metadata and controls

15 lines (10 loc) · 397 Bytes

Kernel from Scratch

This is my unix-like kernel. The end goal is to be able to compile and run most programs made for linux on it.

Screenshots

screenshot

Features

  • Virtual Memory
  • Cooperative Multitasking with IPC
  • Userspace with privileges and syscalls
  • VFS with a buffer cache, dcache and icache
  • Ext2 driver