simponicOS/README.md

13 lines
487 B
Markdown
Raw Permalink Normal View History

2021-03-01 17:25:55 -05:00
##SimponicOS
This is a 32-bit protected mode OS that I am trying to write from scratch.
It is mostly a test of my knowledge of C and computer hardware in general.
I hope it becomes something better in the future. Right now I'm having
difficulty with interrupts.
You must have the GCC toolchain compiled for i386 installed on your machine, setup
with cross-compilation. You can find directions on how to do this on the OSDev
wiki.
You must also have grub, as I use it for bootloading.