1 # $NetBSD: GENERIC.QEMU,v 1.1.2.2 2021/05/31 22:15:09 cjep 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