diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
