mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 06:29:38 +00:00
1ccc8d1a25
- Allow changing integer variables. Previously they could not be changed. - Allow changing string variables. Previously they could only be changed if their length increased. - printenv had a bug with strings longer than 32 characters. - printenv now translates carriage return (used in nvramrc) as endl (which should perform carriage return and linefeed) - For integers, setenv assumes decimal number input but if that fails it will try hex conversion. 0x prefix for hex numbers is optional unless the number only has digits 0 - 9. - setenv converts linefeed to carriage return for string variables. nvramrc requires this for proper editing in Open Firmware. - Added Open Firmware 2.4 nvram field names to OfNvramHdr comments. |
||
---|---|---|
.. | ||
common | ||
ethernet | ||
floppy | ||
ioctrl | ||
memctrl | ||
serial | ||
sound | ||
video | ||
CMakeLists.txt | ||
deviceregistry.cpp | ||
deviceregistry.h |