This website requires JavaScript.
Explore
Help
Sign In
encounter
/
osdev
Watch
0
Star
0
Fork
0
You've already forked osdev
mirror of
https://github.com/encounter/osdev.git
synced
2026-07-10 12:18:43 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
osdev
/
kernel
/
drivers
/
timer.h
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
7 lines
93 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
IRQs & experimental PTI timer support
2018-09-07 13:49:25 -04:00
#pragma once
Add panic(); extract GCC __attribute__ usage
2018-09-25 00:37:34 -04:00
#include
<common.h>
IRQs & experimental PTI timer support
2018-09-07 13:49:25 -04:00
void
init_timer
(
uint32_t
frequency
);
Some improvements to int/irqs I guess
2018-09-07 15:21:15 -04:00
uint32_t
get_tick
();
Reference in New Issue
Copy Permalink