Compare commits

...

2 Commits

Author SHA1 Message Date
Simponic
fe3d7ad832 Merge branch 'interrupts' 2021-03-08 23:31:08 -07:00
Simponic
c1beac8b21 Changed readme 2021-03-08 23:30:18 -07:00

View File

@ -1,9 +1,7 @@
##SimponicOS ##SimponicOS
This is a 32-bit protected mode OS that I am trying to write from scratch. This is a 32-bit protected mode operating system that I am scrapping together.
It is mostly a test of my knowledge of C and computer hardware in general. Hopefully it turns into something cool.
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 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 with cross-compilation. You can find directions on how to do this on the OSDev