Set options RTC_OFFSET=-540 since Windows Mobile stores localtime
into the RTC and we can assume most W-ZERO3 users live in JST timezone. XXX: Probably it would be better to allow a kernel getting RTC_OFFSET value XXX: via bootinfo set by boot(8) or boot.cfg(5).
This commit is contained in:
parent
7e9c48e195
commit
c57d9e3781
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: WZERO3,v 1.5 2010/05/30 10:00:27 nonaka Exp $
|
||||
# $NetBSD: WZERO3,v 1.6 2010/06/25 17:40:32 tsutsui Exp $
|
||||
#
|
||||
# WZERO3 -- Sharp Windows Mobile 5 based PDA
|
||||
#
|
||||
|
@ -7,14 +7,14 @@ include "arch/hpcarm/conf/std.pxa2x0"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.5 $"
|
||||
#ident "GENERIC-$Revision: 1.6 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
||||
# Standard system options
|
||||
|
||||
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
#options NTP # NTP phase/frequency locked loop
|
||||
|
||||
# CPU options
|
||||
|
|
Loading…
Reference in New Issue