Selaa lähdekoodia

[PXE] PMM now tested and working

Minor bugfix: 4 x 2 = 8, not 16
tags/v0.9.4
Michael Brown 16 vuotta sitten
vanhempi
commit
66d9a411f7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/arch/i386/prefix/romprefix.S

+ 1
- 1
src/arch/i386/prefix/romprefix.S Näytä tiedosto

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

Loading…
Peruuta
Tallenna