-
Notifications
You must be signed in to change notification settings - Fork 57
Mem MapROM
Matthias Melcher edited this page Oct 27, 2024
·
9 revisions
see also: Memory Map
The Newton ROM is devided into two major parts. The first part is the code that is executed at startup and during run time. The second part is a "ROM Extension". NewtonOS supports multiple ROM Extensions that contain all kinds of data.
An optional ROM extension can be placed at 8MB. Einstein uses this REx to replace the original NewtonOS drives with Einstein specific drivers that call native code to do their business.
0x00000000 7.4 MB 0x0071FC48 |
NewtonOS (See Mem MapROMOS) |
0x0071FC4C 900 kB 0x007FB810 |
ROM Extension (REx) |
0x007FB814 18 kB 0x007FFFFF |
(empty) |