Skip to content

Commit 4ac5fd4

Browse files
committed
Minute documentation fixes
1 parent 6da691f commit 4ac5fd4

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

devices/ethernet/bigmac.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ enum BigMacReg : uint16_t {
6161
PA_LEN = 0x480, // Apple: PA Len, Sun: PA Size
6262
PA_PAT = 0x490,
6363
TX_SFD = 0x4A0,
64+
JAM_SIZE = 0x4B0,
6465
TX_MAX = 0x4C0, // Max frame size
6566
TX_MIN = 0x4D0, // Min frame size
6667
PEAK_ATT = 0x4E0, // Apple: kPAREG, Sun: PeakAttempts Register
@@ -82,6 +83,7 @@ enum BigMacReg : uint16_t {
8283
RX_LE_CNT = 0x6A0, // Length Error Counter
8384
RX_AE_CNT = 0x6B0, // Alignment Error Counter
8485
RX_FE_CNT = 0x6C0, // FCS Error Counter
86+
RX_ST_MCHN = 0x6D0, // RX State Machine
8587
RX_CVE_CNT = 0x6E0, // Code Violation Error Counter
8688
HASH_TAB_3 = 0x700,
8789
HASH_TAB_2 = 0x710,

zdocs/developers/awacs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ All registers are 32-bit here.
2828
| Byte Swapping | 0x40 |
2929
| Frame Count | 0x50 |
3030

31-
##Sound Control Register bits
31+
## Sound Control Register bits
3232

3333
| Register | Bit Mask |
3434
|:-------------------------:|:--------:|

zdocs/developers/cpu/powerpc/powerpc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ 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.
115+
116+
* Mac OS X touches the FP bit in the MSR to performing floating-point operations.
117+
114118
# References
115119

116120
http://www.ibmfiles.com/ibmfiles/powerpc/itso_powerpc_inside_view.pdf

zdocs/users/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The debugger will be turned on here, due to the presence of `-d`. The CD ROM ima
142142

143143
## Accessing OpenFirmware
144144

145-
After booting from a PCI Power Mac ROM without any disk images, enter the debugger and change the NVRAM property `auto-boot?` to false. Quit of the emulator and boot it back up to access it.
145+
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

147147
## Supported machines
148148

0 commit comments

Comments
 (0)