summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/scripts
diff options
context:
space:
mode:
authorMichael Brown2006-06-11 03:48:29 +0200
committerMichael Brown2006-06-11 03:48:29 +0200
commitdf4b503a8c138edc0fdcfe920c7d6b6629cd2971 (patch)
tree0b32e858aa746c05b397816117ec0805f3eb80c4 /src/arch/i386/scripts
parentUpdate to use the generic i2c bit-bashing code. (diff)
downloadipxe-df4b503a8c138edc0fdcfe920c7d6b6629cd2971.tar.gz
ipxe-df4b503a8c138edc0fdcfe920c7d6b6629cd2971.tar.xz
ipxe-df4b503a8c138edc0fdcfe920c7d6b6629cd2971.zip
Added null trap code for debugging. (Must be included by adding
--nulltrap to the make target at the moment.)
Diffstat (limited to 'src/arch/i386/scripts')
-rw-r--r--src/arch/i386/scripts/i386.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/scripts/i386.lds b/src/arch/i386/scripts/i386.lds
index 4a984a95..48dd777c 100644
--- a/src/arch/i386/scripts/i386.lds
+++ b/src/arch/i386/scripts/i386.lds
@@ -117,6 +117,7 @@ SECTIONS {
.text : AT ( _textdata_load_offset + __text ) {
__text = .;
+ *(.text.null_trap)
*(.text)
*(.text.*)
} = 0x9090