Add RTC_OFFSET=0 line.
This commit is contained in:
parent
e44d476e4e
commit
3686c30f46
@ -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
|
# config file for INSTALL FLOPPY
|
||||||
#
|
#
|
||||||
@ -9,6 +9,8 @@ makeoptions COPTS="-Os -mmultiple -pipe" # -Os -mmultiple to reduce size.
|
|||||||
|
|
||||||
maxusers 12
|
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.
|
# Change base address to 0x800000 to use large memory disk.
|
||||||
makeoptions TEXTADDR=0x800000
|
makeoptions TEXTADDR=0x800000
|
||||||
|
|
||||||
|
@ -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
|
# POWERMAC config file
|
||||||
#
|
#
|
||||||
@ -9,6 +9,7 @@ maxusers 32
|
|||||||
|
|
||||||
# Standard system options
|
# Standard system options
|
||||||
options KTRACE # system call tracing via ktrace(1)
|
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
|
# Diagnostic/debugging support options
|
||||||
options DIAGNOSTIC # cheap kernel consistency checks
|
options DIAGNOSTIC # cheap kernel consistency checks
|
||||||
|
Loading…
Reference in New Issue
Block a user