Implement interrupts
This commit is contained in:
7
kernel/hal/x86_64/cpu.h
Normal file
7
kernel/hal/x86_64/cpu.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef HAL_CPU_H_
|
||||
#define HAL_CPU_H_
|
||||
|
||||
uint64_t cpu_rdmsr(uint32_t id);
|
||||
uint64_t cpu_wrmsr(uint32_t id, uint64_t val);
|
||||
|
||||
#endif // HAL_CPU_H_
|
Reference in New Issue
Block a user