Kevin O'Connor | e78cc6c | 2008-03-01 13:48:26 -0500 | [diff] [blame] | 1 | Find out why ubuntu compiles are failing. Find work around. |
| 2 | |
Kevin O'Connor | e78cc6c | 2008-03-01 13:48:26 -0500 | [diff] [blame] | 3 | See if it is better to tell gcc that call16 clobbers all registers |
| 4 | instead of having the code call pushal/popal. |
| 5 | |
| 6 | The __call16 code does a long jump to the interrupt handlers - this is |
| 7 | unnecessary. |
Kevin O'Connor | f076a3e | 2008-02-25 22:25:15 -0500 | [diff] [blame] | 8 | |
| 9 | Fix makefiles so that they rebuild the required files automatically. |
| 10 | |
| 11 | Make sure gdt/idt tables are properly aligned |
| 12 | |
| 13 | Cleanup setting of ES on GET/SET_BDA |
| 14 | |
| 15 | Make sure inline assembly isn't preventing inlining of calling |
| 16 | functions. |
| 17 | |
| 18 | Convert remaining parts of rombios.c to new code. |
| 19 | |
| 20 | Convert rombios32 and apm bios stuff to new code. |
| 21 | |
| 22 | Allow one to select adding 32 bit code to 0xf000 or in a separate |
| 23 | location. |
| 24 | |
| 25 | Try generating bios tables at compile time. |
| 26 | |
| 27 | Move e820 map generation to post time (just have e820 code copy pre |
| 28 | made tables back to user). |