diff --git a/sys/arch/macppc/conf/INSTALL b/sys/arch/macppc/conf/INSTALL index 47b40c9adac6..c7a05ee8f573 100644 --- a/sys/arch/macppc/conf/INSTALL +++ b/sys/arch/macppc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.44 2001/03/23 09:30:49 tsubai Exp $ +# $NetBSD: INSTALL,v 1.45 2001/05/27 23:52:41 wiz Exp $ # # config file for INSTALL FLOPPY # @@ -9,6 +9,8 @@ makeoptions COPTS="-Os -mmultiple -pipe" # -Os -mmultiple to reduce size. maxusers 12 +options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT + # Change base address to 0x800000 to use large memory disk. makeoptions TEXTADDR=0x800000 diff --git a/sys/arch/macppc/conf/POWERMAC b/sys/arch/macppc/conf/POWERMAC index 77dff32a846f..a477de18b533 100644 --- a/sys/arch/macppc/conf/POWERMAC +++ b/sys/arch/macppc/conf/POWERMAC @@ -1,4 +1,4 @@ -# $NetBSD: POWERMAC,v 1.28 2000/11/27 08:55:42 soren Exp $ +# $NetBSD: POWERMAC,v 1.29 2001/05/27 23:52:41 wiz Exp $ # # POWERMAC config file # @@ -9,6 +9,7 @@ maxusers 32 # Standard system options options KTRACE # system call tracing via ktrace(1) +options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT # Diagnostic/debugging support options options DIAGNOSTIC # cheap kernel consistency checks