From cdc7b2ae532fd3a93e13784812f7501f2fd5c07a Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sat, 14 Dec 2019 18:31:34 -0500 Subject: more of bootloader, tiny kernel stub --- doc/design/memory_map.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/design/memory_map.txt b/doc/design/memory_map.txt index 28aed8a..d51ebcf 100644 --- a/doc/design/memory_map.txt +++ b/doc/design/memory_map.txt @@ -1,7 +1,9 @@ 0x0000 - 0x03ff : interrupt vector table 0x0400 - 0x04ff : bios data area 0x0500 - 0x05ff : structure pointers - 0x00 dword : fat pointer + 0x00 : fat + 0x04 : root directory + 0x08 : kernel 0x0600 - 0x1fff : not assigned 0x2000 - 0x3fff : memory map for each word : 1 page -- cgit v1.2.3