Fix elf build; rename target file rom.bin to bios.bin.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 10 May 2008 19:49:20 +0000 (15:49 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 10 May 2008 19:49:20 +0000 (15:49 -0400)
commit59fead6413261b10245508edc5f18316371cfaae
tree58987c60efd4924ef7313aec2436640418e7babb
parent4b39b82790d17a64d13171ba501efa4ffa044460
Fix elf build; rename target file rom.bin to bios.bin.

The main output file is now called out/bios.bin (instead of out/rom.bin).
Use ld to build final elf file and call the result out/bios.bin.elf
Make sure to long jump from external 32bit entry point.
Makefile
README
src/post.c
tools/buildrom.py