patch-2.3.23 linux/arch/i386/boot/video.S
Next file: linux/arch/i386/config.in
Previous file: linux/arch/i386/boot/setup.S
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Tue Oct 19 17:30:18 1999
-  Orig file: 
v2.3.22/linux/arch/i386/boot/video.S
-  Orig date: 
Mon Oct 11 15:38:14 1999
diff -u --recursive --new-file v2.3.22/linux/arch/i386/boot/video.S linux/arch/i386/boot/video.S
@@ -1152,7 +1152,7 @@
 	pushw	%es
 	movw	$0xc000, %bx
 	movw	%bx, %es
-	call	ax				# Call test routine
+	call	*%ax				# Call test routine
 	popw	%es
 	popw	%di
 	popw	%si
@@ -1741,7 +1741,7 @@
 	cmpb	%bh, %al
 	jne	isnot
 	
-	movb	$VIDEO_FIRST_V7>>8, $svga_prefix # Use special mode switching
+	movb	$VIDEO_FIRST_V7>>8, svga_prefix # Use special mode switching
 	ret
 
 video7_md:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)