removing fluff that is not yet needed
This commit is contained in:
parent
d68f4b5264
commit
1b9ed26506
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() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user