#include <multiboot.h>
#include <lmm.public.h>
#include <x86/seg.h>
#include <x86/pic.h>
#include <x86/base_irq.h>
#include <scheduler.h>
#include <frame.h>
#include <task.h>
#include <thread.h>
#include <interrupt.h>
#include <timer.h>
#include <syscall.h>
#include <io.h>
Functions | |
void | kernel_panic (char *message) |
int | kernel_main () |
Kernel entrypoint. | |
Variables | |
lmm_t | malloc_lmm |
multiboot_info | boot_info |
Initializes the various kernel modules and enters into the scheduler.
Hassaan Khan (hkhan)
|
Kernel entrypoint. Initializes the kernel modules and enters into the scheduler.
|