From e3c0782c729544296d4c645ad9148759260c8014 Mon Sep 17 00:00:00 2001 From: Neil Webber Date: Mon, 23 Oct 2023 12:06:44 -0500 Subject: [PATCH] ignore/allow --- NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES b/NOTES index 1c61ec4..72f4392 100644 --- a/NOTES +++ b/NOTES @@ -55,7 +55,7 @@ without floating point. Either way, sysIII won't boot because of this. I did try an ungodly hack in mmu.py to (wait for the amazingness of this)... -ignore the first two writes into instruction space if they occur in kernel +ALLOW the first two writes into instruction space if they occur in kernel mode (that was a temporary alteration, I took the code back out of course). This allowed sysIII to get past this problem, but it still wouldn't boot. I'm not sure why; I have a guess it might not like my disk driver emulation