summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/design/kernel_functions.txt4
-rw-r--r--doc/design/memory_map.txt2
2 files changed, 1 insertions, 5 deletions
diff --git a/doc/design/kernel_functions.txt b/doc/design/kernel_functions.txt
deleted file mode 100644
index 8981e86..0000000
--- a/doc/design/kernel_functions.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-allocate:
- ax in: number of pages
- dx in: process id
- ebx out: address, or 0x0000_0000 on failure \ No newline at end of file
diff --git a/doc/design/memory_map.txt b/doc/design/memory_map.txt
index 27da346..74ac2d5 100644
--- a/doc/design/memory_map.txt
+++ b/doc/design/memory_map.txt
@@ -13,8 +13,8 @@
0x0001 = unavailable
0x0002 = kernel
other = process number
-
0x4000 - 0x6fff : not assigned
+
0x7000 - 0x7bff : bootloader scratch
0x7000 : memory map bios buffer
0x7c00 - 0x7fff : bootloader \ No newline at end of file