jankos/kernel.h

9 lines
152 B
C

#include "types.h"
#include "interrupts.h"
// handles the main initialization things for the main kernel routine later on
u32 kinit();
void kmain();