blob: fa013925098da5905e9c83667371302eecc56013 [file] [log] [blame]
Kevin O'Connore78cc6c2008-03-01 13:48:26 -05001Find out why ubuntu compiles are failing. Find work around.
2
Kevin O'Connorb8aacb02008-03-01 14:56:07 -05003The __call16 code does a long jump to the interrupt trampolines - this
4is unnecessary.
Kevin O'Connorf076a3e2008-02-25 22:25:15 -05005
6Fix makefiles so that they rebuild the required files automatically.
7
8Make sure gdt/idt tables are properly aligned
9
10Cleanup setting of ES on GET/SET_BDA
11
12Make sure inline assembly isn't preventing inlining of calling
13functions.
14
15Convert remaining parts of rombios.c to new code.
16
17Convert rombios32 and apm bios stuff to new code.
18
19Allow one to select adding 32 bit code to 0xf000 or in a separate
20location.
21
22Try generating bios tables at compile time.
23
24Move e820 map generation to post time (just have e820 code copy pre
25made tables back to user).