Ubuntu workaround found; update TODO.
[seabios.git] / TODO
1 Audit all sti/cli calls.
2
3 Look into ways to reduce stack usage.  For example, %esp, %ebp, %esi
4 (high bits), %edi (high bits) are already restored by the C code if
5 they're changed - they probably don't need to be backed up on entry.
6
7 Code assumes ebda segment is static - it doesn't read 0x40e.
8
9 See if using an ld script for 16bit mode is a good idea.
10
11 The __call16 code does a long jump to the interrupt trampolines - this
12 is unnecessary.
13
14 Fix makefiles so that they rebuild the required files automatically.
15
16 Cleanup setting of ES on GET/SET_BDA
17
18 Make sure inline assembly isn't preventing inlining of calling
19 functions.
20
21 Convert remaining parts of rombios.c to new code.
22
23 Convert rombios32 and apm bios stuff to new code.
24
25 Allow one to select adding 32 bit code to 0xf000 or in a separate
26 location.
27
28 Try generating bios tables at compile time.
29
30 Move e820 map generation to post time (just have e820 code copy pre
31 made tables back to user).