aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-10-01 20:36:15 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2021-10-01 20:36:15 +0300
commitb30ee14270a44e48167934b9b3923b4280bdc855 (patch)
treefe900fd442e834f857927e9094ce7cbdda59b9fd /TODO.txt
parent2d173beb3392aff35c8a33f4ac001bf63bb9adc6 (diff)
downloadkmi-b30ee14270a44e48167934b9b3923b4280bdc855.tar.gz
kmi-b30ee14270a44e48167934b9b3923b4280bdc855.zip
First jump to virtual memory!
+ Lots of bughunting to do, probably lots of off-by-one and so on errors, and I make a lot of naive and possibly dangerous assumptions. But cool start nonetheless. Should also come up with some method of exchanging data between the init and actual kernel, probably some struct of some sort. TODO
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 012fba9..5176f0a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -12,3 +12,4 @@
init from vmem when jumping to vmem
+ Figure out best way to tell the init how large out kernel is
+ Make code more robust, error checking etc
++ Make all physical memory addresses use the same typedef