From 35284962d181ed99f38d8201472d65e3aed96e19 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 24 Jul 2009 21:49:26 -0400 Subject: When enabling write access to 0xf0000, just copy from 0xffff0000. Instead of copying the bios to temp space and then copying back to 0xf0000, just copy from the permanent location at 0xffff0000. This should make startup slightly faster. --- TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 0fa1663..45ffe1d 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ Enhance shadow support: Write-enable c, d, e segments; write protect -option roms before boot. When copying bios - just copy from high -memory. +option roms before boot. Replace hand-rolled memory allocation code with new malloc_fseg() and malloc_high() functions. -- cgit v1.1