Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arc/conf Moved from /cvsroot/syssrc/sys/arch/pica/c...



details:   https://anonhg.NetBSD.org/src/rev/b424b111f044
branches:  trunk
changeset: 481072:b424b111f044
user:      soda <soda%NetBSD.org@localhost>
date:      Sun Jan 23 20:08:49 2000 +0000

description:
Moved from /cvsroot/syssrc/sys/arch/pica/conf/std.pica,v

diffstat:

 sys/arch/arc/conf/std.arc |  23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diffs (27 lines):

diff -r 4ce579deb299 -r b424b111f044 sys/arch/arc/conf/std.arc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arc/conf/std.arc Sun Jan 23 20:08:49 2000 +0000
@@ -0,0 +1,23 @@
+#      $NetBSD: std.pmax,v 1.0 1995/04/28 03:10:41 jonathan Exp
+# standard pica info
+
+machine pica mips
+
+prefix ../gnu/sys
+cinclude "conf/files.softdep"
+prefix
+
+mainbus0 at root
+cpu* at mainbus0
+
+# set CPU architecture level for kernel target
+options        MIPS3
+
+# Standard (non-optional) system "options"
+options        SWAPPAGER               # swap pager (anonymous and swap space)
+options        VNODEPAGER              # vnode pager (mapped files)
+options        DEVPAGER                # device pager (mapped devices)
+
+# Standard exec-package options
+options        EXEC_ELF32              # native exec format
+options        EXEC_SCRIPT             # may be unsafe



Home | Main Index | Thread Index | Old Index