summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2017-11-30 15:31:17 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2017-11-30 15:31:17 +0000
commitae9f3de76511297f00a5047e0813895361d333cd (patch)
treed84c1eee204b6f40af336fb417568e55167b93de /distrib/notes
parent4eca613f288aa35b953145aadd781e4077368666 (diff)
Replace `coremask' with `numcores'.
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/octeon/prep6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/octeon/prep b/distrib/notes/octeon/prep
index 46830581273..ea692b1bd64 100644
--- a/distrib/notes/octeon/prep
+++ b/distrib/notes/octeon/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.6 2017/03/02 15:31:15 stsp Exp $
+dnl $OpenBSD: prep,v 1.7 2017/11/30 15:31:16 visa Exp $
By default MACHINE systems are shipped with a Linux (or proprietary) system
installated on the CompactFlash card or USB drive.
@@ -88,6 +88,6 @@ Booting the installation kernel
# bootoctlinux
- On dual-core systems, boot with both CPU cores enabled:
+ On multi-core systems, boot with all CPU cores enabled:
- # bootoctlinux rootdev=rd0 coremask=0x3
+ # bootoctlinux rootdev=rd0 numcores=<number of cores>