Add tool to check stack usage of 16bit code.
[seabios.git] / TODO
1 Split rombios32.c up into multiple files.
2
3 Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
4 cvs tip.
5
6 Look into ways to reduce stack usage.  Alter ISRs so that they do not
7 enable irqs.  Only call out to other bios functions after minimizing
8 stack usage.
9
10 Audit all sti/cli calls.  Audit all call16 calls to make sure flags is
11 setup properly with respect to irqs.
12
13 Audit statements where a 32bit intermediary changes meaning of a 16bit
14 comparison.
15
16 Code assumes ebda segment is static - it doesn't read 0x40e.
17
18 The __call16 code does a long jump to the interrupt trampolines - this
19 is unnecessary.
20
21 Fix makefiles so that they rebuild the required files automatically.
22
23 Cleanup setting of ES on GET/SET_BDA
24
25 Possibly implement 32bit pcibios support.
26
27 Allow one to select adding 32 bit code to 0xf000 or in a separate
28 location.
29
30 Try generating bios tables at compile time.
31
32 Move e820 map generation to post time (just have e820 code copy pre
33 made tables back to user).