Disable BOOT_AOUT.

This commit is contained in:
tsutsui 2002-04-10 13:38:42 +00:00
parent 28bf921d47
commit 2b96151049
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: loadfile_machdep.h,v 1.2 2001/10/31 17:20:46 thorpej Exp $ */
/* $NetBSD: loadfile_machdep.h,v 1.3 2002/04/10 13:38:42 tsutsui Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -36,7 +36,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#define BOOT_AOUT
#define BOOT_ELF32
#define LOAD_KERNEL (LOAD_ALL & ~LOAD_TEXTA)