MSR and syscall changes
- Moved MSR code to separate files with an enum class - Implemented syscall_enable in C++ using new MSR calls
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
#include "scheduler.h"
|
||||
#include "screen.h"
|
||||
#include "serial.h"
|
||||
#include "syscall.h"
|
||||
|
||||
extern "C" {
|
||||
void kernel_main(popcorn_data *header);
|
||||
void syscall_enable();
|
||||
|
||||
void *__bss_start, *__bss_end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user