std.amiga revision 1.13
1#	$NetBSD: std.amiga,v 1.13 1998/03/22 23:12:50 is Exp $
2
3# standard amiga information
4
5machine amiga m68k
6
7mainbus0	at root
8
9clock0	at mainbus0
10kbd0	at mainbus0
11zbus0	at mainbus0
12
13options 	SWAPPAGER		# paging
14options 	VNODEPAGER		# mmap() of files
15options 	DEVPAGER		# mmap() of devices
16
17options		MACHINE_NEW_NONCONTIG	# old interface isn't supported anymore
18
19options 	EXEC_AOUT
20options 	EXEC_SCRIPT
21