summaryrefslogtreecommitdiff
path: root/doc/design/kernel_functions.txt
diff options
context:
space:
mode:
authorBenji Dial <benji3.141@gmail.com>2019-12-11 10:14:32 -0500
committerBenji Dial <benji3.141@gmail.com>2019-12-11 10:14:32 -0500
commitaeff38fe153addba50b40600166acd42e7885e99 (patch)
tree1741a742414284753243ef6f439dad441eb868e9 /doc/design/kernel_functions.txt
downloadportland-os-aeff38fe153addba50b40600166acd42e7885e99.tar.gz
still need to read, parse root directory to find kernel and need to put boot signature at 0x7dfe to jump around
Diffstat (limited to 'doc/design/kernel_functions.txt')
-rw-r--r--doc/design/kernel_functions.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/design/kernel_functions.txt b/doc/design/kernel_functions.txt
new file mode 100644
index 0000000..8981e86
--- /dev/null
+++ b/doc/design/kernel_functions.txt
@@ -0,0 +1,4 @@
+allocate:
+ ax in: number of pages
+ dx in: process id
+ ebx out: address, or 0x0000_0000 on failure \ No newline at end of file