date_time () syscall, Get date-time from RTC
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 32s
Build documentation / build-and-deploy (push) Successful in 41s

This commit is contained in:
2026-04-12 21:13:20 +02:00
parent 6c01de8b0d
commit 245196b80f
12 changed files with 183 additions and 4 deletions

View File

@@ -14,7 +14,8 @@ c += amd64/bootmain.c \
amd64/syscall.c \
amd64/gdt.c \
amd64/stall.c \
amd64/systick.c
amd64/systick.c \
amd64/rtc.c
S += amd64/intr_stub.S \
amd64/spin.S \
@@ -43,4 +44,5 @@ o += amd64/bootmain.o \
amd64/gdt.o \
amd64/sse.o \
amd64/stall.o \
amd64/systick.o
amd64/systick.o \
amd64/rtc.o