- Support for remember our compile time environment
- Simple and always correct version of compute_ip_checksum
- Improve message strings in crt0.base
- Initial support for > 2G ram.
- Sizeram now returns a list of valid ranges of ram
- pci resource allocation now starts at 0xC0000000
- Update sizeram for every northbridge
- Misc cleanups.
- Fix bad heuristic in mkelfImage 1.11 where if I wasn't given a firmware
type I assumed PCBIOS.
- Use objcopy to strip off extra symbols and the .ramdisk section if unused
- Fix typo linuxBIOS -> LinuxBIOS
ELF notes especially an ELF checksum of the entire image. This finishes
my proof of concept implementation of all significant features with respect
to ELF booting. Now to do some native ports...
uniform_boot work, but relocated. You need the new mkelfImage to
use the elf boot format.
Previous tables were updated so I could find both the start and
the end of where they were written in memory.
Minor p4dc6 updates, to disable some debugging code.
The mkelfImage-1.9 is checked in as util/mkelfImage