diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-03-16 09:38:53 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-03-16 09:38:53 +0000 |
commit | a963ca51673d0d081904efce31dd28f05d83e730 (patch) | |
tree | f51de935de8777cae9204bbaa29b11aa7007425d /sys/arch/arc/conf/P4032 | |
parent | c1aa08ed9b8f4b392adef8685e4f55ff3b189dbb (diff) |
DDB.
Support for Algorithmics R5000/R10000 evaluation board. So far only the
RM5260 is supported. RM5270 - RM7000 later. R5000 and R10000 depending
on access to cpu modules.
vm_machdep.c moved to arch/mips/mips.
Diffstat (limited to 'sys/arch/arc/conf/P4032')
-rw-r--r-- | sys/arch/arc/conf/P4032 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/arc/conf/P4032 b/sys/arch/arc/conf/P4032 index 6640bb9e306..3fdfee97de5 100644 --- a/sys/arch/arc/conf/P4032 +++ b/sys/arch/arc/conf/P4032 @@ -1,9 +1,9 @@ -# $OpenBSD: P4032,v 1.4 1997/08/01 11:31:22 deraadt Exp $ +# $OpenBSD: P4032,v 1.5 1998/03/16 09:38:36 pefo Exp $ # # Generic configuration file for Algorithmics P4032 board # -machine arc +machine arc mips maxusers 32 @@ -20,6 +20,8 @@ option KTRACE # system call tracing support option DEBUG # extra kernel debugging support option COMPAT_43 # compatibility with 4.3BSD binaries +option DDB + # System V options option SYSVMSG # System V-like message queues option SYSVSEM # System V-like semaphores @@ -33,7 +35,6 @@ option FDESC # user file descriptor filesystem (/dev/fd) option FIFO # POSIX fifo support (in all filesystems) option FFS,QUOTA # fast filesystem with user and group quotas option KERNFS # kernel data-structure filesystem -#option LFS # Log-based filesystem (still experimental) option MFS # memory-based filesystem option MSDOSFS # Ability to read write MS-Dos filsystem option NFSCLIENT # Sun NFS-compatible filesystem (client) |