Open Firmware is two words

Not OpenFirmware.
Also fixed a spelling mistake and removed some extra spaces.
This commit is contained in:
joevt 2022-08-21 23:49:18 -07:00
parent e097b7a0a1
commit cd122ce263
13 changed files with 45 additions and 44 deletions

View File

@ -221,7 +221,7 @@ void OfNvramUtils::setenv(string var_name, string value)
}
}
// see if one of the stanard properties should be changed
// see if one of the standard properties should be changed
if (of_vars.find(var_name) == of_vars.end()) {
cout << "Attempt to change unknown variable " << var_name << endl;
return;

View File

@ -112,6 +112,7 @@ FFF20084 dc.l 0x7720 ; offset to the last Forth word descriptor of the kernel
```
### Open Firmware internals
Apple's Open Firmware contains a small kernel implemented in the native PowerPC code. This kernel performs the following actions: