d974db0ada
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target.
24 lines
543 B
Plaintext
24 lines
543 B
Plaintext
# $NetBSD: std.shark,v 1.7 2007/10/17 19:57:09 garbled Exp $
|
|
#
|
|
# standard NetBSD/shark options
|
|
|
|
machine shark arm
|
|
include "conf/std" # MI standard options
|
|
|
|
options EXEC_AOUT
|
|
options EXEC_ELF32
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
|
|
|
|
# XXX
|
|
options OFW
|
|
|
|
# The font to be used by vga(4); the hardware built-in font is broken.
|
|
# This also requires wsfont to be useful. Does not disturb if it is
|
|
# not enabled.
|
|
options FONT_VT220L8x16
|