mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-12 19:25:08 +00:00
- 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.