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