aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-05-12 18:28:58 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-05-12 18:28:58 -0400
commit745345394483bf9b7d744ebe9e02e5f2613eb3c6 (patch)
treee63def082742544d1726fb704ff967906af1e611 /TODO
parent59fead6413261b10245508edc5f18316371cfaae (diff)
downloadseabios-hppa-745345394483bf9b7d744ebe9e02e5f2613eb3c6.zip
seabios-hppa-745345394483bf9b7d744ebe9e02e5f2613eb3c6.tar.gz
seabios-hppa-745345394483bf9b7d744ebe9e02e5f2613eb3c6.tar.bz2
Use a linker script for 16bit code.
With a linker script the data sections can be grouped by themselves instead of being dispersed throughout the code.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 5d6be5c..71f7bb3 100644
--- a/TODO
+++ b/TODO
@@ -18,8 +18,6 @@ Look into ways to reduce stack usage.
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.