diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-09 14:57:27 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-09 14:57:27 +0000 |
commit | 742d43747326c808a6f441af721d78525f69f4a8 (patch) | |
tree | df270ec266f214aeb803b1ee29decdc03b1da0aa /sys/arch/sgi/conf/RAMDISK | |
parent | ac8a30a6ca44a9d5f639c96c1c8fb2cf08ca1677 (diff) |
Big cleanup. Removed some unused obsolete stuff and fixed copyrights
on some files. Arcbios support is now in, thus detects memorysize and cpu
clock frequency.
Diffstat (limited to 'sys/arch/sgi/conf/RAMDISK')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index 827b7784f86..bff460c258c 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 2004/08/09 10:19:50 miod Exp $ +# $OpenBSD: RAMDISK,v 1.3 2004/08/09 14:57:26 pefo Exp $ # machine sgi mips64 @@ -15,7 +15,7 @@ makeoption ENDIAN="-EB" option SWAPPAGER # swap pager (anonymous and swap space) option DEVPAGER # device pager (mapped devices) -option NATIVE_ELF # Systems uses ELF as native format +option ARCBIOS # Systems uses ARC firmware. option DIAGNOSTIC # extra kernel debugging checks #option DEBUG # extra kernel debugging support |