APIC, HPET, virtual memory
This commit is contained in:
9
kernel/amd64/msr.h
Normal file
9
kernel/amd64/msr.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _KERNEL_AMD64_MSR_H
|
||||
#define _KERNEL_AMD64_MSR_H
|
||||
|
||||
#include <libk/std.h>
|
||||
|
||||
uint64_t amd64_rdmsr (uint32_t msr);
|
||||
void amd64_wrmsr (uint32_t msr, uint64_t value);
|
||||
|
||||
#endif // _KERNEL_AMD64_MSR_H
|
||||
Reference in New Issue
Block a user