The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=32e3c90b242dc62097f0cb53ac3697ad1c7cadc5
commit 32e3c90b242dc62097f0cb53ac3697ad1c7cadc5 Author: Konstantin Belousov <[email protected]> AuthorDate: 2023-05-06 11:22:58 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2023-05-13 00:53:44 +0000 amd64: add MINIMALUP config (cherry picked from commit 38843fe0f27cb93dc50a3b0d7ba9a958c0581de7) --- sys/amd64/conf/MINIMALUP | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/amd64/conf/MINIMALUP b/sys/amd64/conf/MINIMALUP new file mode 100644 index 000000000000..0dbddbe5b341 --- /dev/null +++ b/sys/amd64/conf/MINIMALUP @@ -0,0 +1,4 @@ +include MINIMAL +ident MINIMALUP +nooptions SMP +nooptions NUMA
