diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2017-11-30 15:31:17 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2017-11-30 15:31:17 +0000 |
commit | ae9f3de76511297f00a5047e0813895361d333cd (patch) | |
tree | d84c1eee204b6f40af336fb417568e55167b93de /distrib/notes | |
parent | 4eca613f288aa35b953145aadd781e4077368666 (diff) |
Replace `coremask' with `numcores'.
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/octeon/prep | 6 |
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> |