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 | 44c631d | 2008-03-02 11:24:36 -0500 | [diff] [blame^] | 3 | Audit all sti/cli calls. |
| 4 | |
Kevin O'Connor | 63dbcfb | 2008-03-01 22:17:07 -0500 | [diff] [blame] | 5 | Code assumes ebda segment is static - it doesn't read 0x40e. |
| 6 | |
| 7 | See if using an ld script for 16bit mode is a good idea. |
| 8 | |
Kevin O'Connor | b8aacb0 | 2008-03-01 14:56:07 -0500 | [diff] [blame] | 9 | The __call16 code does a long jump to the interrupt trampolines - this |
| 10 | is unnecessary. |
Kevin O'Connor | f076a3e | 2008-02-25 22:25:15 -0500 | [diff] [blame] | 11 | |
| 12 | Fix makefiles so that they rebuild the required files automatically. |
| 13 | |
Kevin O'Connor | f076a3e | 2008-02-25 22:25:15 -0500 | [diff] [blame] | 14 | Cleanup setting of ES on GET/SET_BDA |
| 15 | |
| 16 | Make sure inline assembly isn't preventing inlining of calling |
| 17 | functions. |
| 18 | |
| 19 | Convert remaining parts of rombios.c to new code. |
| 20 | |
| 21 | Convert rombios32 and apm bios stuff to new code. |
| 22 | |
| 23 | Allow one to select adding 32 bit code to 0xf000 or in a separate |
| 24 | location. |
| 25 | |
| 26 | Try generating bios tables at compile time. |
| 27 | |
| 28 | Move e820 map generation to post time (just have e820 code copy pre |
| 29 | made tables back to user). |