Index: oldkernel/linux/arch/i386/boot/setup.S
diff -u linux/arch/i386/boot/setup.S:1.1.1.1 linux/arch/i386/boot/setup.S:1.2
--- linux/arch/i386/boot/setup.S:1.1.1.1	Wed May 31 12:33:53 2000
+++ linux/arch/i386/boot/setup.S	Thu Jun  1 15:34:08 2000
@@ -343,7 +343,6 @@
 	mov ax,cs		! aka #SETUPSEG
 	sub ax,#DELTA_INITSEG	! aka #INITSEG
 	mov ds,ax
-	mov ds,ax
 	xor ax,ax
 	mov [0xa0], ax		! set table length to 0
 	mov ah, #0xc0
Index: oldkernel/linux/arch/i386/boot/compressed/head.S
diff -u linux/arch/i386/boot/compressed/head.S:1.1.1.1 linux/arch/i386/boot/compressed/head.S:1.2
--- linux/arch/i386/boot/compressed/head.S:1.1.1.1	Wed May 31 12:33:53 2000
+++ linux/arch/i386/boot/compressed/head.S	Thu Jun  1 15:34:08 2000
@@ -53,7 +53,7 @@
 	xorl %eax,%eax			# Back to 0
 	mov  %cx,%ax			# SP low 16 bits
 	movl %eax,%esp
-	pushl 0				# Clear NT
+	pushl $0			# Clear NT
 	popfl
 	ljmp $(__KERNEL_CS), $0x100000    # Into C and sanity
 
