Regen from MILAN.in rev 1.27 and GENERIC.in rev 1.106:
> Enable options WSDISPLAY_COMPAT_USL in template, not in generated files. > Use COPTS="-O2 -fno-reorder-blocks" for kernels except SMALL030_KERNEL. > > Also remove COPTS="-Os" from std.* files and specify it in > GENERIC.in template for SMALL030_KERNEL.
This commit is contained in:
parent
705867df4c
commit
afecb865fe
|
@ -1,14 +1,15 @@
|
|||
#
|
||||
# $NetBSD: MILAN-ISAIDE,v 1.80 2013/06/30 21:38:55 rmind Exp $
|
||||
# $NetBSD: MILAN-ISAIDE,v 1.81 2014/07/05 09:32:48 tsutsui Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $
|
||||
# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $
|
||||
# NetBSD: MILAN.in,v 1.27 2014/07/05 09:24:23 tsutsui Exp $
|
||||
# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
|
||||
include "arch/atari/conf/std.milan"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
|
||||
maxusers 16
|
||||
options HZ=64 # Set the clock-rate (48/64/96)
|
||||
options INSECURE # disable kernel security levels
|
||||
|
@ -106,7 +107,7 @@ audio* at eso?
|
|||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
options WS_KERNEL_FG=WSCOL_WHITE
|
||||
options WS_KERNEL_BG=WSCOL_BLACK
|
||||
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
||||
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
||||
options WSDISPLAY_DEFAULTSCREENS=4
|
||||
options PCDISPLAY_SOFTCURSOR
|
||||
isab0 at mainbus0 # ISA-bus
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
#
|
||||
# $NetBSD: MILAN-PCIIDE,v 1.84 2013/06/30 21:38:55 rmind Exp $
|
||||
# $NetBSD: MILAN-PCIIDE,v 1.85 2014/07/05 09:32:48 tsutsui Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $
|
||||
# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $
|
||||
# NetBSD: MILAN.in,v 1.27 2014/07/05 09:24:23 tsutsui Exp $
|
||||
# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
|
||||
include "arch/atari/conf/std.milan"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
|
||||
maxusers 16
|
||||
options HZ=64 # Set the clock-rate (48/64/96)
|
||||
options INSECURE # disable kernel security levels
|
||||
|
@ -106,7 +107,7 @@ audio* at eso?
|
|||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
options WS_KERNEL_FG=WSCOL_WHITE
|
||||
options WS_KERNEL_BG=WSCOL_BLACK
|
||||
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
||||
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
||||
options WSDISPLAY_DEFAULTSCREENS=4
|
||||
options PCDISPLAY_SOFTCURSOR
|
||||
isab0 at mainbus0 # ISA-bus
|
||||
|
|
Loading…
Reference in New Issue