Subject: Re: Down to the final small bugs!
To: None <darykon!simmons@nwnexus.wa.com>
From: Kenneth Stailey <kstailey@leidecker.gsfc.nasa.gov>
List: netbsd-help
Date: 03/21/1995 17:35:30
Apply this patch to i386/machdep.c and rebuild your kernel.

--- machdep.c.DIST	Tue Mar 21 06:41:16 1995
+++ machdep.c	Tue Mar 21 06:41:25 1995
@@ -730,7 +730,7 @@
	dumpsize = physmem;
 
	/* Always skip the first CLBYTES, in case there is a label there. */
-	if (dumplo < ctod(1))
+	if (dumplo < (signed)ctod(1))
		dumplo = ctod(1);
 
	/* Put dump at end of partition, and make it fit. */