diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 10:53:25 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 10:53:25 +0000 |
| commit | 3bf859fc7c032595aa6ec2814fbbf7d1fad0dcb4 (patch) | |
| tree | a10e2f3dec37e6c9942cc58b0fb6040d20d20cc0 | |
| parent | 75de52b5dc54b16d3af8649919370a160fab0ff0 (diff) | |
LF-BHYVE: Add FDESCFS
| -rw-r--r-- | sys/amd64/conf/LF-BHYVE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/LF-BHYVE b/sys/amd64/conf/LF-BHYVE index 9491d076f0c3..277aee688e41 100644 --- a/sys/amd64/conf/LF-BHYVE +++ b/sys/amd64/conf/LF-BHYVE @@ -29,6 +29,7 @@ options INCLUDE_CONFIG_FILE # Include this file in kernel options PSEUDOFS options NULLFS options PROCFS +options FDESCFS options KDB # Enable kernel debugger support. options KDB_TRACE # Print a stack trace for a panic. |
