Documentation cleanup

This commit is contained in:
dingusdev
2026-01-15 07:39:59 -07:00
parent 3c0432053b
commit 48adf99690
6 changed files with 27 additions and 18 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
The AMIC is the I/O controller used in the Power Mac 6100. Physically, it's located at 0x50F00000.
The AMIC is the I/O controller used in the Power Mac 6100. Appropriately, it's the abbreviation for Apple Memory Mapped I/O Controller.
Physically, it's located at 0x50F00000.
It also:
+1 -1
View File
@@ -20,7 +20,7 @@ It also has a unique 37-pin connector dubbed the Geekport to allow hobbyists to
| CPU 0 Interrupt Mask | 0x7FFFF0F0 | |
| CPU 1 Interrupt Mask | 0x7FFFF1F0 | |
| Interrupt sources | 0x7FFFF2F0 | |
| Cross-proccessor interrupts | 0x7FFFF3F0 | |
| Cross-processor interrupts | 0x7FFFF3F0 | |
| Proc. resets, other stuff | 0x7FFFF4F0 | |
+2 -2
View File
@@ -1,6 +1,6 @@
# ROM
# ROMs
The Old World ROM is always 4 megabytes (MB). The first three MB are reserved for the 68k code, while the last MB is for the PowerPC boot-up code.
Old World ROMs are always 4 megabytes (MB). The first three MB are reserved for the 68k code, while the last MB is for the PowerPC boot-up code.
New World ROMs are 1 MB stubs containing Open Firmware and some basic drivers, but has an additional ROM stored on the Mac's hard disk to provide Toolbox functionality. The ROMs stored on the Mac's hard disk also had updates distributed.