2 releases
| 0.1.1 | Jul 15, 2024 |
|---|---|
| 0.1.0 | Jul 15, 2024 |
#618 in Operating systems
2,695 downloads per month
Used in axplat-x86-pc
12KB
197 lines
System Real Time Clock (RTC) Drivers for x86_64 based on CMOS. Ref:
x86_rtc
System Real Time Clock (RTC) Drivers for x86_64 based on CMOS.
Examples
use x86_rtc::Rtc;
let epoch_time = Rtc::new().get_unix_timestamp();
Dependencies
~600KB
~11K SLoC