std.amiga revision 1.10
1#	$NetBSD: std.amiga,v 1.10 1996/12/20 19:15:06 veego Exp $
2
3# standard amiga information
4
5machine amiga m68k
6
7mainbus0	at root
8
9clock0	at mainbus0
10ser0	at mainbus0
11par0	at mainbus0
12kbd0	at mainbus0
13ms*	at mainbus0
14fdc0	at mainbus0
15fd*	at fdc0 unit ?
16zbus0	at mainbus0
17
18options	SWAPPAGER	# paging
19options	VNODEPAGER	# mmap() of files
20options	DEVPAGER	# mmap() of devices
21
22options	EXEC_AOUT
23options	EXEC_SCRIPT
24