summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/scripts
diff options
context:
space:
mode:
authorMichael Brown2008-08-18 08:14:27 +0200
committerMichael Brown2008-08-18 08:17:41 +0200
commit320b072c7a599fe1dab2774f030dd0bedef6f047 (patch)
tree92ce3d8140cc092230cc0e7a4079500528556159 /src/arch/i386/scripts
parent[pcbios] Prepare for multiple splits of hidden e820 memory regions (diff)
downloadipxe-320b072c7a599fe1dab2774f030dd0bedef6f047.tar.gz
ipxe-320b072c7a599fe1dab2774f030dd0bedef6f047.tar.xz
ipxe-320b072c7a599fe1dab2774f030dd0bedef6f047.zip
[pcbios] Support arbitrary splits of the e820 memory map
Allow for an arbitrary number of splits of the system memory map via INT 15,e820. Features of the new map-mangling algorithm include: Supports random access to e820 map entries. Requires only sequential access support from the underlying e820 map, even if our caller uses random access. Empty regions will always be stripped. Always terminates with %ebx=0, even if the underlying map terminates with CF=1. Allows for an arbitrary number of hidden regions, with underlying regions split into as many subregions as necessary. Total size increase to achieve this is 193 bytes.
Diffstat (limited to 'src/arch/i386/scripts')
-rw-r--r--src/arch/i386/scripts/i386.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/i386/scripts/i386.lds b/src/arch/i386/scripts/i386.lds
index 0422344d..a5a01056 100644
--- a/src/arch/i386/scripts/i386.lds
+++ b/src/arch/i386/scripts/i386.lds
@@ -82,7 +82,6 @@ SECTIONS {
__data16 = .;
*(.data16)
*(.data16.*)
- *(SORT(.tbl.data16.*)) /* Various tables. See include/tables.h */
_edata16_progbits = .;
}
.bss16 : AT ( _data16_load_offset + __bss16 ) {