Add malloc_high/fseg() and rework bios table creation to use them.
[seabios.git] / src / misc.c
index bece61e6006a0f1c63b978a249c39a0a262da992..956e545dbb2ee236b1c98382809006fbd5c9d2f1 100644 (file)
@@ -1,6 +1,6 @@
 // Code for misc 16bit handlers and variables.
 //
-// Copyright (C) 2008  Kevin O'Connor <kevin@koconnor.net>
+// Copyright (C) 2008,2009  Kevin O'Connor <kevin@koconnor.net>
 // Copyright (C) 2002  MandrakeSoft S.A.
 //
 // This file may be distributed under the terms of the GNU LGPLv3 license.
@@ -15,7 +15,6 @@ u32 RamSize VAR16_32;
 // Amount of continuous ram >4Gig
 u64 RamSizeOver4G;
 // Space for bios tables built an run-time.
-u32 bios_table_cur_addr, bios_table_end_addr;
 char BiosTableSpace[CONFIG_MAX_BIOSTABLE] VAR16_32;