patch-2.3.28 linux/arch/i386/boot/video.S

Next file: linux/arch/i386/kernel/smp.c
Previous file: linux/arch/i386/boot/setup.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.27/linux/arch/i386/boot/video.S linux/arch/i386/boot/video.S
@@ -1008,7 +1008,7 @@
 vesa1:
 # gas version 2.9.1, using BFD version 2.9.1.0.23 buggers the next inst.
 # XXX:	lodsw	%gs:(%si), %ax			# Get next mode in the list
-	.byte 0x66, 0x65, 0xAD
+	.byte	0x65, 0xAD			# %gs seg prefix + lodsw
 	cmpw	$0xffff, %ax			# End of the table?
 	jz	vesar
 	

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)