aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2004-04-11 03:30:09 +0000
committerKen Smith <kensmith@FreeBSD.org>2004-04-11 03:30:09 +0000
commit0fbd2da9c2bf3331b9a2af44daa09b983217fb7c (patch)
treeb3fbaaad647b54a04f03544076b480f3b7169a2e /UPDATING
parent0af0eeacb693f468f48cfff35f242c243e35bd59 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 6 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 8ee04d8d816f9..a80dc56a6144c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -1379,9 +1379,13 @@ COMMON ITEMS:
To just build a kernel when you know that it won't mess you up
--------------------------------------------------------------
- cd src/sys/{i386,alpha}/conf
+ This assumes you are already running a 5.X system. Replace
+ ${arch} with the architecture of your machine (e.g. "i386",
+ "alpha", "amd64", "ia64", "pc98", "sparc64", etc).
+
+ cd src/sys/${arch}/conf
config KERNEL_NAME_HERE
- cd ../../compile/KERNEL_NAME_HERE
+ cd ../compile/KERNEL_NAME_HERE
make depend
make
make install