aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2021-12-18 21:25:59 +0100
committerAnton Lindqvist <anton@basename.se>2021-12-20 08:00:54 +0100
commit021b36cb024795a0e0098dd09a56214438422951 (patch)
treefd820c92fe76d44c8a9deda7287edead30c35500 /tools
parent44068e196185e2f5a7c94629b6245cdde008b140 (diff)
tools/create-openbsd-vmm-worker: allow dt
Must happen before cranking securelevel. This makes it possible to fuzz btrace if we ever want that but more importantly: I have a pending request of running btrace on the workers in order to investigate a recent performance regression.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/create-openbsd-vmm-worker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create-openbsd-vmm-worker.sh b/tools/create-openbsd-vmm-worker.sh
index 69cef4c5a..4ce01e073 100755
--- a/tools/create-openbsd-vmm-worker.sh
+++ b/tools/create-openbsd-vmm-worker.sh
@@ -45,6 +45,7 @@ cat >etc/sysctl.conf <<EOF
ddb.max_line=0
ddb.max_width=0
hw.smt=1
+kern.allowdt=1
EOF
cat >etc/installurl <<EOF