summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimponic <loganthebean222@gmail.com>2021-03-08 23:30:18 -0700
committerSimponic <loganthebean222@gmail.com>2021-03-08 23:30:18 -0700
commitc1beac8b2174e0bdc333b69deb92bce5a2c33fd9 (patch)
treed1200af42381180022d71988276e30f926450727
parentf42700b6c6329be0813b523bcde6bcf1ee13678a (diff)
downloadsimponicOS-c1beac8b2174e0bdc333b69deb92bce5a2c33fd9.tar.gz
simponicOS-c1beac8b2174e0bdc333b69deb92bce5a2c33fd9.zip
Changed readme
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index b81578b..a58d6f9 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
##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.
+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