first commit
This commit is contained in:
commit
cab7a75780
264 changed files with 5833 additions and 0 deletions
6
kernel/src/sys/arch/x86_64/rtc.h
Executable file
6
kernel/src/sys/arch/x86_64/rtc.h
Executable file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "sys/arch/x86_64/idt.h"
|
||||
|
||||
void rtc_init();
|
||||
void rtc_handle_interrupt(registers_t *regs);
|
Loading…
Add table
Add a link
Reference in a new issue