diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-10-23 08:42:00 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-10-23 08:42:00 +0200 |
| commit | 01c79415ed46f645f46287ce3b033943fb9dcb1e (patch) | |
| tree | 42c43223f25bdc76d828c6b572229db1872f58b4 /README.md | |
| parent | 463736887fbb6439fe5e676f6fd7990adc6bb727 (diff) | |
| parent | 823d2a2e54c7a19864eccac4a8b00672ebf7b8bc (diff) | |
Merge branch 'master' of github.com:miguelclean/fool-os
Diffstat (limited to 'README.md')
| -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 |
