Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 4 Jul 2008 19:29:23 +0000 (15:29 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 4 Jul 2008 19:29:23 +0000 (15:29 -0400)
commite3677b12f8895c062bcd7e2a4b82963f7a62ca00
treec0cd39deae6bc34d0891eb1c3a4713b48f37a21a
parentd43fcd300aaa7b33b6cc0f06c74a3ef01863264d
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.

The rom16.o object will now have absolute (32bit applicable) addresses.
Replace several 0xf0000 and 0x10000 uses with CONFIG_BIOS_ADDR/SIZE macros.
Makefile
src/config.h
src/memmap.c
src/post.c
src/rombios32.lds.S
src/romlayout.S
src/shadow.c
src/system.c
src/util.h
tools/buildrom.py