CMOS: Difference between revisions

No change in size ,  10 years ago
m
Changed year to 2014
[unchecked revision][unchecked revision]
m (Bug in code to read all RTC registers)
m (Changed year to 2014)
Line 248:
=== Reading All RTC Time and Date Registers ===
<source lang="c">
#define CURRENT_YEAR 20122014 // Change this each year!
 
int century_register = 0x00; // Set by ACPI table parsing code if possible
Anonymous user