From 8b2137d710197135fa12b349c48016c7a5d92d31 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 23 Oct 2014 00:01:05 +0200 Subject: minor updates of readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 517d76b..bd5818d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3 From 823d2a2e54c7a19864eccac4a8b00672ebf7b8bc Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 23 Oct 2014 00:02:14 +0200 Subject: minor typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd5818d..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") -- cgit v1.2.3