diff -u --new-file --exclude-from ../exclude --recursive linux.vanilla/arch/i386/boot/compressed/head.S linux.15p6/arch/i386/boot/compressed/head.S
--- linux.vanilla/arch/i386/boot/compressed/head.S	Sun Mar 29 20:31:16 1998
+++ linux.15p6/arch/i386/boot/compressed/head.S	Wed Jan 12 01:29:43 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
 
diff -u --new-file --exclude-from ../exclude --recursive linux.vanilla/arch/i386/boot/setup.S linux.15p6/arch/i386/boot/setup.S
--- linux.vanilla/arch/i386/boot/setup.S	Sat Aug 14 02:27:13 1999
+++ linux.15p6/arch/i386/boot/setup.S	Wed Jan 12 01:07:14 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

