Hacker News new | ask | show | jobs
by actionfromafar 82 days ago
I think someone worked around it by running two 68000 in lock-step, or-one-step-behind or something like that.
1 comments

yeah, that's rather a pain though and it effectively leaves one 68k frozen while the other services the page fault - it means you can't run another user process while the page is being read in (because it too might cause a page fault)