/DarkForest

x86 operating system

Primary LanguageC++

DarkForest Operating System

A work in progress x86 operating system

Current features:

  • Preemptive Multiprocessing
  • Basic round-robin scheduler
  • Virtual Memory management
  • Heap memory management
  • Interrupts

Coming up:

  • Keyboard driver
  • Some sort of FileSystem
  • Userspace!

I take a lot of inspiration from Andreas Kling's amazing SerenityOS - check it out!