summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenji Dial <Benji3.141@gmail.com>2019-12-23 01:33:26 -0500
committerBenji Dial <Benji3.141@gmail.com>2019-12-23 01:33:26 -0500
commite520b52cd58f70af9a17f330fe1ce98ce059762c (patch)
treea4d8ec52453b0a8f872aea1ab3c4c5867543c90c /doc
parent4edc0cb2313541e74026c25b52a8f9685d953a14 (diff)
downloadportland-os-e520b52cd58f70af9a17f330fe1ce98ce059762c.tar.gz
small changes, part 1
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