From 745345394483bf9b7d744ebe9e02e5f2613eb3c6 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 12 May 2008 18:28:58 -0400 Subject: 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. --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') 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. -- cgit v1.1