summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-20 15:55:03 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-20 15:55:03 +0200
commitdc164927e71d760a41494ab1edf8e3deeda401db (patch)
tree65253b4a5e443c599341d5972b58449388a4b2b1 /README.md
parent46063e75f3f81dfb532fa5772c88e9027a0faebd (diff)
started implementing floppy driver etc.
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.