mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
[PXE] PMM now tested and working
Minor bugfix: 4 x 2 = 8, not 16
This commit is contained in:
@@ -138,7 +138,7 @@ init:
|
|||||||
pushw $bbs_version
|
pushw $bbs_version
|
||||||
pushw $PNP_GET_BBS_VERSION
|
pushw $PNP_GET_BBS_VERSION
|
||||||
lcall *%es:0xd(%di)
|
lcall *%es:0xd(%di)
|
||||||
addw $16, %sp
|
addw $8, %sp
|
||||||
testw %ax, %ax
|
testw %ax, %ax
|
||||||
jne hook_int19
|
jne hook_int19
|
||||||
movw $init_message_bbs, %si
|
movw $init_message_bbs, %si
|
||||||
|
|||||||
Reference in New Issue
Block a user