Move IPL definitions from ebda to global variables.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 29 Dec 2008 04:43:20 +0000 (23:43 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 29 Dec 2008 04:43:20 +0000 (23:43 -0500)
commitc659fdedadce1566308675d0c44537ade0eb12a2
tree5addd7ff9606d58ebdcde98149359c3307ea3467
parent609da236ef0d7f81806bc35ae5f67bf7a0e23df1
Move IPL definitions from ebda to global variables.

The boot sequence variable remains in ebda.
Move boot specific definitions to a new header (boot.h)
src/biosvar.h
src/boot.c
src/boot.h [new file with mode: 0644]
src/optionroms.c
src/post.c
src/post_menu.c
src/util.h