patch-2.3.99-pre2 linux/arch/i386/boot/compressed/head.S
Next file: linux/arch/i386/defconfig
Previous file: linux/arch/i386/Makefile
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sat Mar 18 11:29:12 2000
- Orig file:
v2.3.99-pre1/linux/arch/i386/boot/compressed/head.S
- Orig date:
Thu Feb 10 17:11:03 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/arch/i386/boot/compressed/head.S linux/arch/i386/boot/compressed/head.S
@@ -33,10 +33,10 @@
cld
cli
movl $(__KERNEL_DS),%eax
- movl %ax,%ds
- movl %ax,%es
- movl %ax,%fs
- movl %ax,%gs
+ movl %eax,%ds
+ movl %eax,%es
+ movl %eax,%fs
+ movl %eax,%gs
lss SYMBOL_NAME(stack_start),%esp
xorl %eax,%eax
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)