Implement RTC support

This commit is contained in:
2026-04-24 09:52:07 +02:00
parent b1e849a251
commit 2dd1fdf869
10 changed files with 466 additions and 8 deletions

View File

@@ -21,6 +21,7 @@
#include <hl/ioreg.hh>
#include <hl/irq.hh>
#include <hl/pic.hh>
#include <hl/rtc.hh>
#include <hl/runlevel.hh>
#include <hl/timer.hh>