summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1fce118..62a6560 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,8 @@ Issues
* memory map may be larger than mbr, but 0x0000 is used to check for end.
* memory map location is hardcoded
-* ~4 first 4mb of physical mem are reserved by mem manager (hardcoded)
-* bootloader loads only 15sectors of kernel into mem. ~7KB?
+* the first ~4mb of physical mem are reserved by mem manager (hardcoded)
+* bootloader loads only 50 sectors of kernel into mem. 25KB!
* Makefile is hardcoded and contains some mistakes too!
* size of bitmap to track free blocks of physical memory is hardcoded to max.
* physical memory manager allocator naively implemented.