summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 15 insertions, 8 deletions
diff --git a/README.md b/README.md
index e66e89b..6360be1 100644
--- a/README.md
+++ b/README.md
@@ -110,18 +110,25 @@ Issues
Organization
------------
-* asm/ - NASM assembler files
-* bochs/ -Bochs config files
+* release/ - latest release (usually out of date)
+* screenshots/ - latest screenshot
+
+* userspace/ - userspace related code
+
* boot1/ - 2nd stage bootloader
* boot2/ - 1st stage bootloader
-* data/ - datafiles (font-file and fill.asm)
-* fs/ - file system related source
+
+* asm/ - kernel assembler code
+
* kernel/ - kernel source
* lib/ - some helper sources and includes
-* release/ - latest release
-* screenshots/ - latest screenshot
-* tools/ - scripts and toos
-* userspace/ - userspace related code
+* fs/ - file system related source
+* video/ - screen output (VESA and text)
+
+* font/ - Fonts for VESA
+
+* bochs/ -Bochs config files
+
REFERENCES