diff --git a/sys/arch/atari/conf/ATARITT b/sys/arch/atari/conf/ATARITT index 904d42258cd5..3830fe465518 100644 --- a/sys/arch/atari/conf/ATARITT +++ b/sys/arch/atari/conf/ATARITT @@ -1,5 +1,5 @@ # -# $NetBSD: ATARITT,v 1.1.1.1 1995/03/26 07:12:16 leo Exp $ +# $NetBSD: ATARITT,v 1.2 1995/05/28 19:56:14 leo Exp $ # # ATARI-TT # @@ -20,8 +20,8 @@ options "M68030" # support for 030 options TIMEZONE=300 # Set the timezone that the kernel will use options DST=1 # Set the timezone that the kernel will use +options HZ=64 # Set the clock-rate (48/64/96) -options FPCOPROC # Support for MC68881/MC68882 #options FPSP # @@ -49,6 +49,11 @@ options DEVPAGER # Pager options PANICWAIT # Require keystroke to dump/reboot options DDB # Kernel debugger +# +# File system related options +# +#options NFSCLIENT # Network File System client side code + # # Compatability options for various existing systems # diff --git a/sys/arch/atari/conf/GENERIC b/sys/arch/atari/conf/GENERIC index 743a0f0c5e9d..fd468aefee49 100644 --- a/sys/arch/atari/conf/GENERIC +++ b/sys/arch/atari/conf/GENERIC @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC,v 1.1.1.1 1995/03/26 07:12:16 leo Exp $ +# $NetBSD: GENERIC,v 1.2 1995/05/28 19:56:16 leo Exp $ # # Maximal ATARI-TT # @@ -20,7 +20,8 @@ options "M68030" # support for 030 options TIMEZONE=300 # Set the timezone that the kernel will use options DST=1 # Set the timezone that the kernel will use -options FPCOPROC # Support for MC68881/MC68882 +options HZ=64 # Set the clock-rate (48/64/96) + # # Networking options @@ -47,6 +48,13 @@ options DEVPAGER # Pager options PANICWAIT # Require keystroke to dump/reboot options DDB # Kernel debugger +# +# File system related options +# +options QUOTA # Disk quotas for local disks +options NFSSERVER # Network File System server side code +options NFSCLIENT # Network File System client side code + # # Compatability options for various existing systems #