Skip to main content
Home▸ Forums▸ 68kMLA▸ Basilisk II error message — #3
Post #3 by Gorgonops
Source Forum68kMLA
Category68k
Post DateFri, 19 Oct 2012 - 00:12
Original URLhttps://68kmla.org/bb/threads/basilisk-ii-error-message.26173/
Post
I'm quite sure the CPU emulator used in BasilikII doesn't support MMU operations. So it's not going to work with virtual memory. Period. (Technically I think it stubs out a few of the memory remapping capabilities because those are needed to boot MacOS on any CPU after the 68000, but it's entirely missing the paging functionality needed for VM.) Thus I'd suggest simply not enabling virtual memory. On any modern computer you should be able to assign 128MB or more of real RAM to BasiliskII, which is more than enough for any 68k software. Your native OS can probably handle demand paging the BasiliskII process, should it be necessary, better than Apple virtual memory kludge can swap on the real thing.

mp.ls