From 5410f2dca7b1f9198ed83b276d3f69a7a171f17e Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 22 Oct 2014 21:35:14 +0200 Subject: updated README --- README.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3a5a418..6dfac0e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,12 @@ 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 -$ cat ./FloppyOS.img > /dev/sdX + +$ cat ./release/FloppyOS.img > /dev/sdX + +This image is not updated on every commit, so it might be out of date. +You can build it yourself by running "make" in the projects +directory. You might need some dependencies (as newlib) however. Supported Platforms @@ -93,16 +98,18 @@ Issues Organization ------------ -* asm/ -* bochs/ -* boot/ -* boot0/ -* data/ -* kernel/ -* lib/ -* release/ -* screenshots/ -* tools/ +* asm/ - NASM assembler files +* bochs/ -Bochs config files +* boot/ - 2nd stage bootloader +* boot0/ - 1st stage bootloader +* data/ - datafiles (font-file and fill.asm) +* fs/ - file system related source +* kernel/ - kernel source +* lib/ - some helper sources and includes +* release/ - latest release +* screenshots/ - latest screenshot +* tools/ - scripts and toos +* userspace/ - userspace related code REFERENCES -- cgit v1.2.3