Adjusted GP size.

This commit is contained in:
takemura 2002-01-26 10:24:58 +00:00
parent 53a8f3ca45
commit 672880d927
8 changed files with 33 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.103 2002/01/19 18:45:09 oster Exp $
# $NetBSD: GENERIC,v 1.104 2002/01/26 10:24:58 takemura Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/hpcmips/conf/std.hpcmips"
include "arch/hpcmips/conf/std.hpcmips.vr41"
include "arch/hpcmips/conf/std.hpcmips.tx39"
#ident "GENERIC-$Revision: 1.103 $"
#ident "GENERIC-$Revision: 1.104 $"
maxusers 16
@ -101,6 +101,9 @@ options COMPAT_43
options NFS_BOOT_DHCP
# compile options
makeoptions DEFGP="-G 18"
config netbsd root on ? type ?
# WS console uses SUN or VT100 terminal emulation

View File

@ -1,5 +1,5 @@
#
# $NetBSD: LROUTER,v 1.1 2002/01/18 13:51:01 shin Exp $
# $NetBSD: LROUTER,v 1.2 2002/01/26 10:24:58 takemura Exp $
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
#
# Kernel configuration file for LASER5 L-Router
@ -93,6 +93,9 @@ options COMPAT_43
options NFS_BOOT_DHCP
# compile options
makeoptions DEFGP="-G 18"
config netbsd root on ? type ?
config nfsnetbsd root on ? type nfs

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MPC303,v 1.8 2002/01/20 03:34:28 shin Exp $
# $NetBSD: MPC303,v 1.9 2002/01/26 10:24:58 takemura Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@ -7,7 +7,7 @@
include "arch/hpcmips/conf/std.hpcmips"
#ident "GENERIC-$Revision: 1.8 $"
#ident "GENERIC-$Revision: 1.9 $"
maxusers 16
@ -95,6 +95,9 @@ options NFS_BOOT_BOOTPARAM
options VR_FIND_DRAMLIM=0x03800000
# compile options
makeoptions DEFGP="-G 14"
#config netbsd root on ? type ?
config netbsd root on aue0 type nfs

View File

@ -1,5 +1,5 @@
#
# $NetBSD: NULLCONF,v 1.12 2002/01/02 13:13:19 uch Exp $
# $NetBSD: NULLCONF,v 1.13 2002/01/26 10:24:58 takemura Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -20,6 +20,10 @@ makeoptions DEFWARNINGS=no # override DEFWARNINGS?=yes
file-system FFS # fast filesystem with user and group quotas
options COMPAT_386BSD_MBRPART # recognize old partition ID
# compile options
makeoptions DEFGP="-G 18"
config netbsd root on ? type ?
vrisab2 at vrgiu?

View File

@ -2,7 +2,7 @@
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
#
# $NetBSD: TX3912,v 1.34 2002/01/02 13:13:19 uch Exp $
# $NetBSD: TX3912,v 1.35 2002/01/26 10:24:58 takemura Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -85,6 +85,9 @@ options VNODE_OP_NOINLINE # don't inline vnode op calls
options NFS_BOOT_DHCP
# compile options
makeoptions DEFGP="-G 18"
config netbsd root on ? type ?
# temporally power management

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.38 2002/01/02 13:13:19 uch Exp $
# $NetBSD: TX3922,v 1.39 2002/01/26 10:24:58 takemura Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -74,6 +74,9 @@ options VNODE_OP_NOINLINE # don't inline vnode op calls
options NFS_BOOT_DHCP
# compile options
makeoptions DEFGP="-G 18"
config netbsd root on ? type ?
# Networking options

View File

@ -1,4 +1,4 @@
# $NetBSD: VR41XX,v 1.1 2002/01/02 13:13:19 uch Exp $
# $NetBSD: VR41XX,v 1.2 2002/01/26 10:24:58 takemura Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/hpcmips/conf/std.hpcmips"
include "arch/hpcmips/conf/std.hpcmips.vr41"
#ident "GENERIC-$Revision: 1.1 $"
#ident "GENERIC-$Revision: 1.2 $"
maxusers 16
@ -101,6 +101,9 @@ options NFS_BOOT_DHCP
config netbsd root on ? type ?
# compile options
makeoptions DEFGP="-G 18"
# WS console uses SUN or VT100 terminal emulation
options WSEMUL_VT100
#options WSDISPLAY_DEFAULTSCREENS=4

View File

@ -1,4 +1,4 @@
# $NetBSD: std.hpcmips,v 1.13 2002/01/02 13:13:19 uch Exp $
# $NetBSD: std.hpcmips,v 1.14 2002/01/26 10:24:58 takemura Exp $
# standard, required hpcmips info
machine hpcmips mips
@ -15,5 +15,4 @@ options EXEC_SCRIPT # may be unsafe
makeoptions DEFTEXTADDR="0x80030000"
makeoptions MACHINE_ARCH="mipsel"
makeoptions DEFGP="-G 18"
makeoptions DEFCOPTS="-Os -mmemcpy"