Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 357 Bytes

File metadata and controls

30 lines (24 loc) · 357 Bytes

re-write coming soon.

sputnix

"Soviet" Operating System

sputnix

To setup the build tools, use:

chmod +x setup.sh
./setup.sh

To build the os, use:

chmod +x build.sh
./build.sh

To run using qemu, use:

chmod +x run.sh
./run.sh

TODO:

  • Re-Write Interrupt Stuff
  • Shell
  • Proper Memory Allocation