Browse Source

[PXE] PMM now tested and working

Minor bugfix: 4 x 2 = 8, not 16
tags/v0.9.4
Michael Brown 17 years ago
parent
commit
66d9a411f7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/prefix/romprefix.S

+ 1
- 1
src/arch/i386/prefix/romprefix.S View File

138
 	pushw	$bbs_version
138
 	pushw	$bbs_version
139
 	pushw	$PNP_GET_BBS_VERSION
139
 	pushw	$PNP_GET_BBS_VERSION
140
 	lcall	*%es:0xd(%di)
140
 	lcall	*%es:0xd(%di)
141
-	addw	$16, %sp
141
+	addw	$8, %sp
142
 	testw	%ax, %ax
142
 	testw	%ax, %ax
143
 	jne	hook_int19
143
 	jne	hook_int19
144
 	movw	$init_message_bbs, %si
144
 	movw	$init_message_bbs, %si

Loading…
Cancel
Save