KernOS
pit.h
Go to the documentation of this file.
1 //
2 // Created on 7/5/20.
3 //
4 
5 #ifndef KERNOS_PIT_H
6 #define KERNOS_PIT_H
7 
10 namespace TIMER
11 {
12 } // namespace TIMER
13 
14 namespace INIT
15 {
22  void PIT();
23 }
24 
25 #endif //KERNOS_PIT_H
void PIT()
Initializes programmable interval timer.
Definition: pit.cpp:91
contains all kernel initialization routines
Definition: cpu.h:10
Timer namespace.
Definition: pit.h:10