a trivial 32-bit protected mode operating system
Go to file
2021-03-08 23:31:08 -07:00
include No progress on interrupts :( 2021-03-08 23:28:16 -07:00
src No progress on interrupts :( 2021-03-08 23:28:16 -07:00
.gitignore Added .gitignore 2021-02-20 23:25:03 -07:00
linker.ld Changed to nasm 2021-02-20 23:24:25 -07:00
makefile Move to GitHub for flexing 2021-03-01 15:17:24 -07:00
README.md Changed readme 2021-03-08 23:30:18 -07:00

##SimponicOS

This is a 32-bit protected mode operating system that I am scrapping together. Hopefully it turns into something cool.

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.