patch-2.3.15 linux/arch/i386/boot/bootsect.S
Next file: linux/arch/i386/boot/compressed/misc.c
Previous file: linux/arch/alpha/lib/io.c
Back to the patch index
Back to the overall index
-  Lines: 24
-  Date:
Thu Aug 19 10:54:13 1999
-  Orig file: 
v2.3.14/linux/arch/i386/boot/bootsect.S
-  Orig date: 
Wed Aug 18 10:03:05 1999
diff -u --recursive --new-file v2.3.14/linux/arch/i386/boot/bootsect.S linux/arch/i386/boot/bootsect.S
@@ -106,12 +106,12 @@
 	seg fs
 	lds	si,(bx)			! ds:si is source
 
-	mov	cl,#6			! copy 12 bytes
+	mov	cl,#3			! copy 12 bytes
 	cld
 	push	di
 
 	rep
-	movsw
+	movsd
 
 	pop	di
 	pop	ds
@@ -125,7 +125,7 @@
 
 ! load the setup-sectors directly after the bootblock.
 ! Note that 'es' is already set up.
-! Also cx is 0 from rep movsw above.
+! Also cx is 0 from rep movsd above.
 
 load_setup:
 	xor	ah,ah			! reset FDC 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)