From aa68fad71eacf818d8fb9fc0e9752f09fdab8e4b Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 4 Jul 2024 00:08:48 -0400 Subject: [PATCH] Add custom kernel config. --- sys/amd64/conf/CUSTOM | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys/amd64/conf/CUSTOM diff --git a/sys/amd64/conf/CUSTOM b/sys/amd64/conf/CUSTOM new file mode 100644 index 00000000000..dee7545c78b --- /dev/null +++ b/sys/amd64/conf/CUSTOM @@ -0,0 +1,14 @@ +include GENERIC +include "std.nodebug" + +options ALTQ +options ALTQ_CBQ +options ALTQ_CODEL +options ALTQ_RED +options ALTQ_RIO +options ALTQ_HFSC +options ALTQ_CDNR +options ALTQ_PRIQ +options ALTQ_FAIRQ + +ident CUSTOM