Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2023 00:54:21 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 32e3c90b242d - stable/13 - amd64: add MINIMALUP config
Message-ID:  <202305130054.34D0sLD6067688@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=32e3c90b242dc62097f0cb53ac3697ad1c7cadc5

commit 32e3c90b242dc62097f0cb53ac3697ad1c7cadc5
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-05-06 11:22:58 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305130054.34D0sLD6067688>