Skip to content

Commit 8b1d673

Browse files
joevtdingusdev
authored andcommitted
More documentation fixes.
1 parent 4ac5fd4 commit 8b1d673

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

zdocs/developers/cpu/powerpc/powerpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ PowerPC supports both big-endian and little-endian modes. Mac OS largely operate
111111

112112
* To accommodate for early programs compiled on PowerPC 601 Macs, the classic Mac OS has to emulate the POWER instructions that were removed from later processors.
113113

114-
* BeOS uses the exception handler by deliberating invoking a supervisor-level instruction while the PR bit is set in the MSR.
114+
* BeOS uses the exception handler by deliberately invoking a supervisor-level instruction while the PR bit is set in the MSR.
115115

116116
* Mac OS X touches the FP bit in the MSR to performing floating-point operations.
117117

zdocs/developers/misc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
New World ROMs are 1 MB stubs containing OpenFirmware 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.
5+
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.
66

77
Within Apple, the project to overhaul Mac OS ROM code from separate portable, low-end, and high-end branches into a single codebase was called SuperMario.
88

zdocs/users/manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Set the ADB devices to attach, comma-separated
118118
--adb_devices TEXT
119119
```
120120

121-
Change where the output of OpenFirmware is directed to, either to the command line (with stdio) or a Unix socket (unavailable in Windows builds). OpenFirmware 1.x outputs here by default.
121+
Change where the output of Open Firmware is directed to, either to the command line (with stdio) or a Unix socket (unavailable in Windows builds). Open Firmware 1.x outputs here by default.
122122

123123
### Command Line Examples
124124

@@ -140,7 +140,7 @@ dingusppc -b "Power_Mac_G3_Beige.ROM" -d --rambank1_size 64 --rambank2_size 64 -
140140

141141
The debugger will be turned on here, due to the presence of `-d`. The CD ROM image will be loaded in.
142142

143-
## Accessing OpenFirmware
143+
## Accessing Open Firmware
144144

145145
After booting from a PCI Power Mac ROM without any disk images, enter the debugger and change the NVRAM property `auto-boot?` to false. Exit out of the emulator and boot it back up to access it.
146146

0 commit comments

Comments
 (0)