May 12, 2025

Sun 3/60 - Memory

We know where ROM is -- there is 64K of it from 0x0fef0000 to 0x0fefffff.

But, where is RAM? We have some clues:

The initial stack is at 0x0fe60c00.

Some data structure(s) live at 0xffffe000.

It is entirely possible that physical ram is at 0 and gets mapped using the MMU for use by the ROM. But we just don't know yet.


Feedback? Questions? Drop me a line!

Tom's Computer Info / tom@mmto.org