summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-11-17 23:25:16 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-11-17 23:25:16 +0000
commit97209ca3bf9ba2a1753e491bf73f630904699c14 (patch)
tree230a8a46b605534074c0cdeb2a5d7deb3b5bf0b7 /UPDATING
parentf177e8630cd41189c5a787ef56f9e55216b99475 (diff)
downloadsrc-test2-97209ca3bf9ba2a1753e491bf73f630904699c14.tar.gz
src-test2-97209ca3bf9ba2a1753e491bf73f630904699c14.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 4 insertions, 4 deletions
diff --git a/UPDATING b/UPDATING
index 5585ff459527..8be111b5318b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -20,10 +20,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
20031112:
The statfs structure has been updated with 64-bit fields to
allow accurate reporting of multi-terabyte filesystem
- sizes. You should build and boot a new kernel BEFORE doing a
- `make world' as the new kernel will know about binaries using
- the old statfs structure, but an old kernel will not know
- about the new system calls that support the new statfs
+ sizes. You should build world, then build and boot the new kernel
+ BEFORE doing a `installworld' as the new kernel will know about
+ binaries using the old statfs structure, but an old kernel will
+ not know about the new system calls that support the new statfs
structure.
Note that the backwards compatibility is only present when the
kernel is configured with the COMPAT_FREEBSD4 option. Since