Forward port new boot menu features from bochs bios.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 5 Apr 2008 19:51:12 +0000 (15:51 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 5 Apr 2008 19:51:12 +0000 (15:51 -0400)
commite0113c99c083d9b812216e120aff9eb9806de91b
tree1b861afb2b61f9cc02580161c15da77af38a3397
parent567e4e3d349150e252f0d2914d6631e766308490
Forward port new boot menu features from bochs bios.

Support boot menu during last stage of post.
Improve description of option roms.
Support printf of "%.s" to force printing strings on stack.
Enhance memcpy so that it also works in real-mode.
Makefile
src/biosvar.h
src/boot.c
src/output.c
src/post.c
src/post_menu.c [new file with mode: 0644]
src/romlayout.S
src/util.c
src/util.h