Skip to content

DontBreakAlex/kernel-from-scratch

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages