diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 10:34:13 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 10:34:13 +0000 |
| commit | 93e3de6b8bce870db63a78cfc0014d1cc24e671d (patch) | |
| tree | c4e434d1e5d99b5bf31aeab07ae42e654803d156 | |
| parent | dabcacbf5e94401598d8cb94f6ff456424f23920 (diff) | |
LF-BHYVE: Add options PROCFS
| -rw-r--r-- | sys/amd64/conf/LF-BHYVE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/LF-BHYVE b/sys/amd64/conf/LF-BHYVE index ad31c16fdf50..9491d076f0c3 100644 --- a/sys/amd64/conf/LF-BHYVE +++ b/sys/amd64/conf/LF-BHYVE @@ -26,7 +26,9 @@ options CAPABILITIES # Capsicum capabilities options MAC # TrustedBSD MAC Framework options DDB_CTF # Kernel ELF linker loads CTF data options INCLUDE_CONFIG_FILE # Include this file in kernel +options PSEUDOFS options NULLFS +options PROCFS options KDB # Enable kernel debugger support. options KDB_TRACE # Print a stack trace for a panic. |
