[pxe] Fill in UNDIROMID pointer in !PXE structure

IBM's iSCSI Firmware Initiator checks the UNDIROMID pointer in the
!PXE structure that gets created by the UNDI loader.  We didn't
previously fill this value in.
This commit is contained in:
Michael Brown
2008-08-27 23:45:59 +01:00
parent 32e34683c0
commit fc0c40a5b0
4 changed files with 30 additions and 6 deletions

View File

@@ -30,6 +30,16 @@ SECTIONS {
*
*/
/*
* Weak symbols that need zero values if not otherwise defined
*/
. = 0;
.weak : AT ( 0 ) {
*(.weak)
}
_assert = ASSERT ( ( . == 0 ), ".weak is non-zero length" );
/*
* The prefix
*/