diff options
| author | Anton Lindqvist <anton@basename.se> | 2021-12-18 21:25:59 +0100 |
|---|---|---|
| committer | Anton Lindqvist <anton@basename.se> | 2021-12-20 08:00:54 +0100 |
| commit | 021b36cb024795a0e0098dd09a56214438422951 (patch) | |
| tree | fd820c92fe76d44c8a9deda7287edead30c35500 /tools | |
| parent | 44068e196185e2f5a7c94629b6245cdde008b140 (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-x | tools/create-openbsd-vmm-worker.sh | 1 |
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 |
