Use a linker script for 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 Alter ISRs so that they do not enable irqs.  Only call out to other
7 bios functions after minimizing stack usage.
8
9 Try to write a script to analyze stack usage of 16bit code.
10
11 Audit all sti/cli calls.  Audit all call16 calls to make sure flags is
12 setup properly with respect to irqs.
13
14 Audit statements where a 32bit intermediary changes meaning of a 16bit
15 comparison.
16
17 Look into ways to reduce stack usage.
18
19 Code assumes ebda segment is static - it doesn't read 0x40e.
20
21 The __call16 code does a long jump to the interrupt trampolines - this
22 is unnecessary.
23
24 Fix makefiles so that they rebuild the required files automatically.
25
26 Cleanup setting of ES on GET/SET_BDA
27
28 Possibly implement 32bit pcibios support.
29
30 Allow one to select adding 32 bit code to 0xf000 or in a separate
31 location.
32
33 Try generating bios tables at compile time.
34
35 Move e820 map generation to post time (just have e820 code copy pre
36 made tables back to user).