Add some options:

- SH5_SIM, as we're targetting the simulator.
 - KERNEL_IPT_SIZE, as we want to reduce startup time.
 - DDB. Yes, DDB inside a debugger/simulator. :)
This commit is contained in:
scw 2002-08-30 11:23:12 +00:00
parent aaa2f7e5ca
commit 877f6b7143
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: SIMULATOR,v 1.6 2002/08/26 11:16:02 scw Exp $
# $NetBSD: SIMULATOR,v 1.7 2002/08/30 11:23:12 scw Exp $
# NetBSD/sh5 on the simple `chess' based simulator.
#
@ -10,10 +10,10 @@ include "arch/evbsh5/conf/std.evbsh5.el"
maxusers 2
options INCLUDE_CONFIG_FILE
options SH5_SIM
options KERNEL_IPT_SIZE=0x8000
#ident "SIMULATOR-$Revision: 1.6 $"
options CPU_STB1
#ident "SIMULATOR-$Revision: 1.7 $"
# Uncomment this to build a 64-bit kernel
#makeoptions SH5_ABI=64
@ -23,7 +23,7 @@ makeoptions DEBUG="-g"
options DIAGNOSTIC
options DEBUG
#options DDB
options DDB
options KTRACE # system call tracing via ktrace(1)
options SYSTRACE # system call vetting via systrace(1)