diff options
| author | simonb <simonb@NetBSD.org> | 2022-10-12 07:56:46 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2022-10-12 07:56:46 +0000 |
| commit | 4f27f542a2db65ebbb37fc142b926cd7c6e670ca (patch) | |
| tree | eb490a320494c8cc96324effd2d4c62b1ceb94da | |
| parent | 9a2442b0c65744a83669fb3e99f7b74cac43218d (diff) | |
"options<space><tab>"
| -rw-r--r-- | sys/arch/riscv/conf/GENERIC | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/riscv/conf/GENERIC b/sys/arch/riscv/conf/GENERIC index 43f70bb54eb..c845478b376 100644 --- a/sys/arch/riscv/conf/GENERIC +++ b/sys/arch/riscv/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.16 2022/09/29 10:10:09 riastradh Exp $ +# $NetBSD: GENERIC,v 1.17 2022/10/12 07:56:46 simonb Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/riscv/conf/std.riscv64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.16 $" +#ident "GENERIC-$Revision: 1.17 $" maxusers 64 # estimated number of users @@ -77,7 +77,7 @@ options DIAGNOSTIC # inexpensive kernel consistency checks makeoptions COPTS="-O2 -fno-omit-frame-pointer" makeoptions COPY_SYMTAB=1 options DDB # in-kernel debugger -#options DDB_COMMANDONENTER="bt" # execute command when ddb is entered +#options DDB_COMMANDONENTER="bt" # execute command when ddb is entered options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic' options DDB_HISTORY_SIZE=512 # enable history editing in DDB #options KGDB # remote debugger @@ -97,8 +97,8 @@ options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges -options DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges -#options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges +options DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges +#options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges include "conf/filesystems.config" |
