simponicOS/README.md

11 lines
357 B
Markdown
Raw Normal View History

2021-03-01 17:25:55 -05:00
##SimponicOS
2021-03-09 01:30:18 -05:00
This is a 32-bit protected mode operating system that I am scrapping together.
Hopefully it turns into something cool.
2021-03-01 17:25:55 -05:00
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.