Determine century during init and store in VARLOW mem during runtime.
commit0f6198a116fdffeeaa3cf6036f4ca6611a71b2b3
authorKevin O'Connor <kevin@koconnor.net>
Fri, 8 Feb 2013 04:41:53 +0000 (7 23:41 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 9 Feb 2013 16:09:36 +0000 (9 11:09 -0500)
tree56cb4059889df49c8fd7930b61227c9c4d59a612
parent5d47eb484efed2ab20ce21f2211ab1f5f57b963f
Determine century during init and store in VARLOW mem during runtime.

Avoid reading/writing to cmos at runtime to get the QEMU century
information.  Instead, read it at startup and cache the info.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/clock.c