From aeff38fe153addba50b40600166acd42e7885e99 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Wed, 11 Dec 2019 10:14:32 -0500 Subject: still need to read, parse root directory to find kernel and need to put boot signature at 0x7dfe to jump around --- doc/design/kernel_functions.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/design/kernel_functions.txt (limited to 'doc/design/kernel_functions.txt') 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 -- cgit v1.2.3