]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[i386] Add check_bios_interrupts() debug function
authorMichael Brown <mcb30@ipxe.org>
Tue, 12 Jan 2016 08:27:59 +0000 (08:27 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 12 Jan 2016 08:27:59 +0000 (08:27 +0000)
commit83c8f2e8e352e676d9951dda58b74e587101c0b4
treec34d2a8689d19c8b4fa1790d8ef5e09e740fc758
parent7d48affec200bc1d74f42813eca0c31d548d1167
[i386] Add check_bios_interrupts() debug function

Provide a debug function check_bios_interrupts() to look for changes
to the interrupt vector table.  This can be useful when investigating
the behaviour (including crashes) of external PXE NBPs.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/include/biosint.h
src/arch/i386/interface/pcbios/biosint.c