david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[PXE] PMM now tested and working

Minor bugfix: 4 x 2 = 8, not 16
This commit is contained in:
Michael Brown 2008-03-11 16:08:04 +00:00
parent 3bf7105cab
commit 66d9a411f7
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ init:
pushw $bbs_version
pushw $PNP_GET_BBS_VERSION
lcall *%es:0xd(%di)
addw $16, %sp
addw $8, %sp
testw %ax, %ax
jne hook_int19
movw $init_message_bbs, %si