1 # $NetBSD: GENERIC.QEMU,v 1.1.6.2 2021/06/17 04:46:17 thorpej Exp $ 2 # 3 # Generic Alpha kernel specifically configured for Qemu. 4 5 include "arch/alpha/conf/GENERIC" 6 7 # reserve symbol space and copy the symbol table into it. Needed 8 # because Qemu does not load the symbol table when loading the 9 # kernel. 10 makeoptions COPY_SYMTAB=1 11