Use a linker script for 16bit code.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 12 May 2008 22:28:58 +0000 (18:28 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 12 May 2008 22:28:58 +0000 (18:28 -0400)
commit745345394483bf9b7d744ebe9e02e5f2613eb3c6
treee63def082742544d1726fb704ff967906af1e611
parent59fead6413261b10245508edc5f18316371cfaae
Use a linker script for 16bit code.

With a linker script the data sections can be grouped by themselves
   instead of being dispersed throughout the code.
Makefile
TODO
src/config.h
src/rombios16.lds.S [new file with mode: 0644]
src/rombios32.lds.S
src/romlayout.S