Hi,
subject is a bit misleading, sorry about that, but another user on IRC
was wondering why there was no option to choose SMP .mp kernel during
installation for another arch when i noticed some of these missing(?).
I don't have a sparc64, nor remember whether the automagics would cover
it too, so i didn't touch it.
-Artturi
ps. (?) above == i'm unsure about the distrib/notes/arm64/features bit.
diff --git distrib/notes/amd64/hardware distrib/notes/amd64/hardware
index 66c632dc998..402ff8375f8 100644
--- distrib/notes/amd64/hardware
+++ distrib/notes/amd64/hardware
@@ -4,7 +4,8 @@ compatible designs.
OpenBSD/MACHINE OSREV supports most SMP (Symmetrical MultiProcessor)
systems. To support SMP operation, a separate SMP kernel (bsd.mp)
-is included with the installation file sets.
+is included and installed automatically with the installation file
+sets.
OpenBSD/MACHINE OSREV supports both UEFI/GPT booting and BIOS/MBR
booting.
diff --git distrib/notes/arm64/features distrib/notes/arm64/features
index 86207425c8d..62fa9bbf01f 100644
--- distrib/notes/arm64/features
+++ distrib/notes/arm64/features
@@ -21,7 +21,7 @@ dnl (i.e. md_consoleinfo is not empty)
define({:-MDSERCONS-:},)dnl
dnl
dnl define if SMP kernels are provided
-define({:-MDSMP-:},)dnl
+define({:-MDSMP-:},1)dnl
dnl
dnl define if shared libraries are provided
define({:-MDSO-:},1)dnl
diff --git distrib/notes/arm64/hardware distrib/notes/arm64/hardware
index a4388daa1c9..f29ba18d97c 100644
--- distrib/notes/arm64/hardware
+++ distrib/notes/arm64/hardware
@@ -20,3 +20,8 @@ The following machines are targeted by OpenBSD/MACHINE:
Theobroma Systems RK3399-Q7
Socionext SC2A11
Socionext SynQuacer-E Developerbox
+
+OpenBSD/MACHINE OSREV supports most SMP (Symmetrical MultiProcessor)
+systems. To support SMP operation, a separate SMP kernel (bsd.mp)
+is included and installed automatically with the installation file
+sets.
diff --git distrib/notes/i386/hardware distrib/notes/i386/hardware
index ce71e9cac98..1b83947eeb2 100644
--- distrib/notes/i386/hardware
+++ distrib/notes/i386/hardware
@@ -8,7 +8,8 @@ that rely on a custom BIOS to paper over implementation
differences.
OpenBSD/MACHINE OSREV supports most SMP (Symmetrical MultiProcessor)
systems. To support SMP operation, a separate SMP kernel (bsd.mp)
-is included with the installation file sets.
+is included and installed automatically with the installation file
+sets.
The minimal configuration to install the system is 32MB of RAM and
at least 250MB of disk space to accommodate the `base' set.