]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat: RTC driver (CMOS real-time clock) + clock_gettime(CLOCK_REALTIME) uses wall...
authorTulio A M Mendes <[email protected]>
Thu, 12 Feb 2026 03:20:48 +0000 (00:20 -0300)
committerTulio A M Mendes <[email protected]>
Fri, 13 Feb 2026 02:20:50 +0000 (23:20 -0300)
commit54b5da1aa8644a46b56054b1fbe8d6648d53ffda
treed46708b06319f504973d7d7ac988b6a9ff178769
parent15c0fb983e20a513c8b7c18c1f6e716a139a2e72
feat: RTC driver (CMOS real-time clock) + clock_gettime(CLOCK_REALTIME) uses wall-clock time
include/rtc.h [new file with mode: 0644]
src/drivers/rtc.c [new file with mode: 0644]
src/kernel/syscall.c