blob: a5283993fb18cb39d40423984a5f6149596b1e69 [file] [log] [blame]
Kevin O'Connorf076a3e2008-02-25 22:25:15 -05001Make header files work with either 32bit or 16bit code.
2
3Fix makefiles so that they rebuild the required files automatically.
4
5Make sure gdt/idt tables are properly aligned
6
7Cleanup setting of ES on GET/SET_BDA
8
9Make sure inline assembly isn't preventing inlining of calling
10functions.
11
12Convert remaining parts of rombios.c to new code.
13
14Convert rombios32 and apm bios stuff to new code.
15
16Allow one to select adding 32 bit code to 0xf000 or in a separate
17location.
18
19Try generating bios tables at compile time.
20
21Move e820 map generation to post time (just have e820 code copy pre
22made tables back to user).