diff --git a/sys/arch/amiga/conf/AMIGA b/sys/arch/amiga/conf/AMIGA index bb738b4d08c0..62f24c02c4e5 100644 --- a/sys/arch/amiga/conf/AMIGA +++ b/sys/arch/amiga/conf/AMIGA @@ -1,10 +1,10 @@ -# $NetBSD: AMIGA,v 1.14 1999/04/10 21:36:59 tron Exp $ +# $NetBSD: AMIGA,v 1.15 1999/05/01 10:21:22 tron Exp $ # # This file was automatically created. Changes will be # lost when running make in this directory. # # Created from: -#$ NetBSD: GENERIC,v 1.120 1999/04/10 21:23:27 tron Exp $ +#$ NetBSD: GENERIC,v 1.122 1999/05/01 10:20:01 tron Exp $ include "arch/amiga/conf/std.amiga" @@ -50,6 +50,7 @@ options PFIL_HOOKS # pfil(9) packet filter hooks options IPFILTER_LOG # ipmon(8) log support file-system FFS # Berkeley fast file system +file-system EXT2FS # second extended file system (linux) #file-system LFS # log-structured filesystem (experimental) file-system MFS # Memory based filesystem file-system NFS # Network File System client side code @@ -65,9 +66,11 @@ file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union filesystem #Filesystem options -options NFSSERVER # Network File System server side code options QUOTA # User and group quotas in FFS #options FFS_EI # FFS Endian Independant support +options NFSSERVER # Network File System server side code +#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and + # immutable) behave as system flags. #Compatability options for various existing systems @@ -78,9 +81,10 @@ options COMPAT_10 # compatibility with NetBSD 1.0 options COMPAT_12 # compatibility with NetBSD 1.2 options COMPAT_13 # compatibility with NetBSD 1.3 options COMPAT_SUNOS # Support to run Sun (m68k) executables +options COMPAT_SVR4 # Support to run SVR4 (m68k) executables options COMPAT_NOMID # allow nonvalid machine id executables #options COMPAT_LINUX # Support to run Linux/m68k executables -#options EXEC_ELF32 # 32-bit ELF executables (Linux) +#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) #Support for System V IPC facilities. @@ -319,4 +323,3 @@ pseudo-device ccd 4 # concatenated disk devices #options RND_COM # use "com" randomness as well (BROKEN) config netbsd root on ? type ? - diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO index 92672b6fbd38..c98b84eb998c 100644 --- a/sys/arch/amiga/conf/DRACO +++ b/sys/arch/amiga/conf/DRACO @@ -1,10 +1,10 @@ -# $NetBSD: DRACO,v 1.33 1999/04/10 21:37:00 tron Exp $ +# $NetBSD: DRACO,v 1.34 1999/05/01 10:21:22 tron Exp $ # # This file was automatically created. Changes will be # lost when running make in this directory. # # Created from: -#$ NetBSD: GENERIC,v 1.120 1999/04/10 21:23:27 tron Exp $ +#$ NetBSD: GENERIC,v 1.122 1999/05/01 10:20:01 tron Exp $ include "arch/amiga/conf/std.amiga" @@ -39,6 +39,7 @@ options PFIL_HOOKS # pfil(9) packet filter hooks options IPFILTER_LOG # ipmon(8) log support file-system FFS # Berkeley fast file system +file-system EXT2FS # second extended file system (linux) #file-system LFS # log-structured filesystem (experimental) file-system MFS # Memory based filesystem file-system NFS # Network File System client side code @@ -54,9 +55,11 @@ file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union filesystem #Filesystem options -options NFSSERVER # Network File System server side code options QUOTA # User and group quotas in FFS #options FFS_EI # FFS Endian Independant support +options NFSSERVER # Network File System server side code +#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and + # immutable) behave as system flags. #Compatability options for various existing systems @@ -67,9 +70,10 @@ options COMPAT_10 # compatibility with NetBSD 1.0 options COMPAT_12 # compatibility with NetBSD 1.2 options COMPAT_13 # compatibility with NetBSD 1.3 options COMPAT_SUNOS # Support to run Sun (m68k) executables +options COMPAT_SVR4 # Support to run SVR4 (m68k) executables options COMPAT_NOMID # allow nonvalid machine id executables #options COMPAT_LINUX # Support to run Linux/m68k executables -#options EXEC_ELF32 # 32-bit ELF executables (Linux) +#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) #Support for System V IPC facilities. @@ -217,4 +221,3 @@ pseudo-device ccd 4 # concatenated disk devices #options RND_COM # use "com" randomness as well (BROKEN) config netbsd root on ? type ? -