The kernel's main entry point. More...
#include <kernel/device/keyboard.h>
#include <kernel/device/pci.h>
#include <kernel/device/timer.h>
#include <kernel/device/tty.h>
#include <kernel/interrupt/exception.h>
#include <kernel/interrupt/interrupt.h>
#include <kernel/mem/acpi.h>
#include <kernel/mem/kmem.h>
#include <kernel/mem/paging.h>
#include <kernel/mem/pmap.h>
#include <kernel/syscall/syscall.h>
#include "shell.h"
Go to the source code of this file.
Macros | |
#define | TTY_CONSOLE 0 |
Functions | |
void | kmain () |
The kernel's main entry point.
This file contains the function kmain(), which is the first function called by the kernel's start code in start.asm.
Definition in file main.c.