From b30ee14270a44e48167934b9b3923b4280bdc855 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 1 Oct 2021 20:36:15 +0300 Subject: 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 --- TODO.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO.txt') 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 -- cgit v1.3