patch-2.4.7 linux/arch/i386/boot/video.S
Next file: linux/arch/i386/config.in
Previous file: linux/arch/cris/mm/tlb.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Jul 5 11:28:16 2001
- Orig file:
v2.4.6/linux/arch/i386/boot/video.S
- Orig date:
Sun Nov 21 00:09:51 1999
diff -u --recursive --new-file v2.4.6/linux/arch/i386/boot/video.S linux/arch/i386/boot/video.S
@@ -496,7 +496,7 @@
jnc setbad
addw %bx, %bx
- .word 0xa7ff, spec_inits # JMP [BX+spec_inits]
+ jmp *spec_inits(%bx)
setmenu:
orb %al, %al # 80x25 is an exception
@@ -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 0x65, 0xAD # %gs seg prefix + lodsw
+ gs; 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)