removing fluff that is not yet needed
This commit is contained in:
16
kernel.c
16
kernel.c
@@ -1,16 +0,0 @@
|
||||
#include "kernel.h"
|
||||
#include "types.h"
|
||||
#include "gdt.h"
|
||||
#include "idt.h"
|
||||
|
||||
GDT GDT_PTR;
|
||||
GDT _GDT[6]; // because there are only 6 segments we care about
|
||||
|
||||
u32 kinit() {
|
||||
init_segment_selectors(); // found in gdt.s
|
||||
}
|
||||
|
||||
// called by the loader to do lots of fun things
|
||||
void kmain() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user