Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v rcsdiff: /ftp/cvs/cvsroot/src/UPDATING,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.40 retrieving revision 1.41 diff -u -p -r1.40 -r1.41 --- src/UPDATING 2001/10/05 16:24:34 1.40 +++ src/UPDATING 2001/10/26 13:38:52 1.41 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.40 2001/10/05 16:24:34 lukem Exp $ +$NetBSD: UPDATING,v 1.41 2001/10/26 13:38:52 wiz Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -49,9 +49,12 @@ Recent changes: the instruction described in 20010726 entry. 20010803: - (i386 only): i386 kernel now uses new instructions like fxsave which - old gas doesn't understand. To build the kernel successfuly, you - need to build and install new gas (gnu/usr.bin/gas.new). + (i386 only): i386 kernel now uses new instructions like + `fxsave' which old gas doesn't understand. To build the + kernel successfuly, you need to build and install new gas + (gnu/usr.bin/gas.new), or (temporarily) comment out + "options I686_CPU" from your kernel configuration until you + rebuilt your userland (and got a new gas). 20010731: Bootloader update on ELF platforms. DDB in kernels from before