From 66d9a411f718e7b135da11254c9e0fba9157896f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 11 Mar 2008 16:08:04 +0000 Subject: [PATCH] [PXE] PMM now tested and working Minor bugfix: 4 x 2 = 8, not 16 --- src/arch/i386/prefix/romprefix.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S index c0681607..d37cce94 100644 --- a/src/arch/i386/prefix/romprefix.S +++ b/src/arch/i386/prefix/romprefix.S @@ -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