diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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.  @@ -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 |
