Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/conf Add a GENERIC.QEMU kernel config. This ...
details: https://anonhg.NetBSD.org/src/rev/5804d9690cb1
branches: trunk
changeset: 379246:5804d9690cb1
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun May 23 01:34:17 2021 +0000
description:
Add a GENERIC.QEMU kernel config. This just includes QEMU and then
sets some options specifically to make the Qemu experience a little
batter.
Currently, this just sets COPY_SYMTAB=1 (Qemu loads the kernel directly,
and does not load the symbol table).
diffstat:
sys/arch/alpha/conf/GENERIC.QEMU | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r b5d614f9f313 -r 5804d9690cb1 sys/arch/alpha/conf/GENERIC.QEMU
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/alpha/conf/GENERIC.QEMU Sun May 23 01:34:17 2021 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: GENERIC.QEMU,v 1.1 2021/05/23 01:34:17 thorpej Exp $
+#
+# Generic Alpha kernel specifically configured for Qemu.
+
+include "arch/alpha/conf/GENERIC"
+
+# reserve symbol space and copy the symbol table into it. Needed
+# because Qemu does not load the symbol table when loading the
+# kernel.
+makeoptions COPY_SYMTAB=1
Home |
Main Index |
Thread Index |
Old Index