ignore/allow

This commit is contained in:
Neil Webber 2023-10-23 12:06:44 -05:00
parent 0a4467009f
commit e3c0782c72

2
NOTES
View file

@ -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