Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/riscv/conf Some comments
details: https://anonhg.NetBSD.org/src/rev/057a94928854
branches: trunk
changeset: 372378:057a94928854
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Nov 19 12:10:03 2022 +0000
description:
Some comments
diffstat:
sys/arch/riscv/conf/GENERIC | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 88b2bcf62252 -r 057a94928854 sys/arch/riscv/conf/GENERIC
--- a/sys/arch/riscv/conf/GENERIC Sat Nov 19 09:55:11 2022 +0000
+++ b/sys/arch/riscv/conf/GENERIC Sat Nov 19 12:10:03 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.19 2022/11/15 14:44:04 simonb Exp $
+# $NetBSD: GENERIC,v 1.20 2022/11/19 12:10:03 skrll Exp $
#
# GENERIC machine description file
#
@@ -22,14 +22,14 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.19 $"
+#ident "GENERIC-$Revision: 1.20 $"
maxusers 64 # estimated number of users
options FDT
-#options EARLYCONS=com, CONSADDR=0x10000000
-#options EARLYCONS=com, CONSADDR=0x12440000
+#options EARLYCONS=com, CONSADDR=0x10000000 # qemu virt
+#options EARLYCONS=com, CONSADDR=0x12440000 # sifive
options VERBOSE_INIT_RISCV
# Standard system options
Home |
Main Index |
Thread Index |
Old Index