mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
Added null trap code for debugging. (Must be included by adding
--nulltrap to the make target at the moment.)
This commit is contained in:
@@ -117,6 +117,7 @@ SECTIONS {
|
||||
|
||||
.text : AT ( _textdata_load_offset + __text ) {
|
||||
__text = .;
|
||||
*(.text.null_trap)
|
||||
*(.text)
|
||||
*(.text.*)
|
||||
} = 0x9090
|
||||
|
||||
Reference in New Issue
Block a user