summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 517d76b..584c3c4 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ THIS IS A WORK IN PROGRESS.
This is a simple and useless "operating system", with very basic
features, sorry. It is the fruit of my fundamental explorations of
the x86 architectures, 32-bit protected mode, interrupt handling,
-memory management, scheduling the floppy disk controller, networking
+memory management, scheduling, the floppy disk controller, networking
as well as VESA and a couple of other things.
![Screenshot of FoolOS](/screenshots/foolos.png?raw=true "FoolOs Kernel")
@@ -27,9 +27,9 @@ SOFTWARE.
Usage
-----
-Attach the FoolOS.img floppy image in your favourite emulator and boot
-or create a bootable USB stick by copying the raw data in the following way
-
+Attach the FoolOS.img (found in the ./release directory) floppy image in your
+favourite emulator and boot or create a bootable USB stick by copying the raw
+data in the following way:
$ cat ./release/FloppyOS.img > /dev/sdX
@@ -53,6 +53,7 @@ Features
--------
Please note that all features are only very rudimentary and buggy.
+Some might be disabled temporarily due to conflicts or regressions.
* Bootloader (2 stages)
* PIT support / Timing