/explodeOS

An OS based on the OSDev bare bones C kernel and Meaty Skeleton. Help wanted and appreciated!

Primary LanguageCMIT LicenseMIT

explodeOS

An OS based on the OSDev bare bones C kernel.

TODO

  • Kernel panic
  • i386 support
  • Drivers (in progress)
  • Memory manager (PMM and VMM) (in progress)
  • Some sort of UI
  • 64-bit x86
  • 32/64-bit ARM/(open)RISC(V)
  • Makefiles
  • Internet
  • Updates
  • Interrupts

Why not get these things from other projects?

I want to be less of a Duct von Tape, so I'm actually trying to learn something instead of gluing together stuff and bringing duct tape to the brink of extinction. Still, please help.

Building

./build.sh # I guess, hell, idk