NetBSD/sys/arch/netwinder/conf/std.netwinder
atatat b45c51b1fc Roll the rest of the ports over to the new MI kernel build machinery.
Any problems reported by testers have been fixed, and massive
cross-compiling of kernels has shown that any problems that remain
with actually building kernels are not related to this.
2001-12-09 05:00:40 +00:00

16 lines
320 B
Plaintext

# $NetBSD: std.netwinder,v 1.8 2001/12/09 05:00:47 atatat Exp $
#
# standard NetBSD/netwinder options
machine netwinder arm
options EXEC_AOUT
options EXEC_SCRIPT
options EXEC_ELF32
# To support easy transit to ../arch/arm/arm32
options ARM32
makeoptions LOADADDRESS="0xF000C000"
makeoptions ENTRYPOINT="nwstart"