MonkOS  v0.1
A simple 64-bit operating system (x86_64)
main.c File Reference

The kernel's main entry point. More...

Go to the source code of this file.

Macros

#define TTY_CONSOLE   0
 

Functions

void kmain ()
 

Detailed Description

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.

Macro Definition Documentation

#define TTY_CONSOLE   0

Definition at line 29 of file main.c.

Referenced by kmain().

Function Documentation

void kmain ( )

Definition at line 32 of file main.c.