Skip to content

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

License

Notifications You must be signed in to change notification settings

Mdarzoo/explodeOS

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.3%
  • C++ 27.4%
  • Makefile 3.3%
  • Shell 1.7%
  • Assembly 1.3%