patch-2.3.6 linux/arch/i386/boot/bootsect.S
Next file: linux/arch/i386/config.in
Previous file: linux/arch/i386/Makefile
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Tue Jun  8 10:47:57 1999
-  Orig file: 
v2.3.5/linux/arch/i386/boot/bootsect.S
-  Orig date: 
Wed Jun 24 14:30:08 1998
diff -u --recursive --new-file v2.3.5/linux/arch/i386/boot/bootsect.S linux/arch/i386/boot/bootsect.S
@@ -58,12 +58,12 @@
 	mov	ds,ax
 	mov	ax,#INITSEG
 	mov	es,ax
-	mov	cx,#256
+	mov	cx,#128
 	sub	si,si
 	sub	di,di
 	cld
 	rep
-	movsw
+	movsd
 	jmpi	go,INITSEG
 
 ! ax and es already contain INITSEG
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)