Home | History | Annotate | Line # | Download | only in conf
GENERIC.QEMU revision 1.1
      1  1.1  thorpej # $NetBSD: GENERIC.QEMU,v 1.1 2021/05/23 01:34:17 thorpej Exp $
      2  1.1  thorpej #
      3  1.1  thorpej # Generic Alpha kernel specifically configured for Qemu.
      4  1.1  thorpej 
      5  1.1  thorpej include	"arch/alpha/conf/GENERIC"
      6  1.1  thorpej 
      7  1.1  thorpej # reserve symbol space and copy the symbol table into it.  Needed
      8  1.1  thorpej # because Qemu does not load the symbol table when loading the
      9  1.1  thorpej # kernel.
     10  1.1  thorpej makeoptions	COPY_SYMTAB=1
     11