commit | 63dbcfbff1b8b5ce5f0e89d428d9ff43c9d9ac0a | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Mar 01 22:17:07 2008 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Mar 01 22:17:07 2008 -0500 |
tree | 77c7e2c08f584c28eb8680783d3a9f556e690ba6 | |
parent | e43df9ea52dc499103ef174bceaf1c0f836b2b79 [diff] [blame] |
Various minor cleanups.
diff --git a/TODO b/TODO index fa01392..bd3bbe9 100644 --- a/TODO +++ b/TODO
@@ -1,5 +1,9 @@ Find out why ubuntu compiles are failing. Find work around. +Code assumes ebda segment is static - it doesn't read 0x40e. + +See if using an ld script for 16bit mode is a good idea. + The __call16 code does a long jump to the interrupt trampolines - this is unnecessary.