NetBSD/sys/arch/newsmips/conf/std.newsmips
1999-02-15 04:25:28 +00:00

13 lines
303 B
Plaintext

# $NetBSD: std.newsmips,v 1.4 1999/02/15 04:32:34 hubertf Exp $
machine newsmips mips
options SWAPPAGER # paging
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
options UVM # New UVM VM system