patch-2.3.29 linux/arch/i386/boot/setup.S
Next file: linux/arch/i386/boot/video.S
Previous file: linux/arch/i386/boot/compressed/misc.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Nov 21 00:09:51 1999
- Orig file:
v2.3.28/linux/arch/i386/boot/setup.S
- Orig date:
Thu Nov 18 20:25:37 1999
diff -u --recursive --new-file v2.3.28/linux/arch/i386/boot/setup.S linux/arch/i386/boot/setup.S
@@ -125,7 +125,6 @@
ramdisk_size: .long 0 # its size in bytes
-.global bootsect_kludge # so that we can see it in bootsect.S
bootsect_kludge:
.word bootsect_helper, SETUPSEG
@@ -456,7 +455,7 @@
xorw %bx, %bx
int $0x15 # ignore return code
movw $0x05303, %ax # 32 bit connect
- xorw %ebx, %ebx
+ xorw %bx, %bx
int $0x15
jc no_32_apm_bios # Ack, error.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)