Reorganize boot code.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 8 Feb 2009 20:44:08 +0000 (15:44 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 8 Feb 2009 20:44:08 +0000 (15:44 -0500)
commit9f4e1d9ad54ceb4876c4457907766799ab15f1a3
tree3565a9b2a457aceda5ff8c6bd13f4f89da556900
parent60b69990a521993a901abc07b17f5135c2a5ecb5
Reorganize boot code.

Simplify keyboard handling in post_menu.c, and move to util.c.
Move remaining functions in post_menu.c to boot.c; remove post_menu.c.
Also, remove broken check for F12 when in boot menu.
Move BEV setup code from post.c to boot.c.
Move option rom BEV adding code from optionroms.c to boot.c.
Avoid calling BX_PANIC during boot if there is an alternative.
Makefile
src/boot.c
src/boot.h
src/optionroms.c
src/post.c
src/post_menu.c [deleted file]
src/util.c
src/util.h