NOVA User-Level Environment  Version testbox/changed-memory-timing-317-g320d8b5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
munich.c File Reference
#include "version.h"
#include "util.h"
#include "munich.h"
#include "boot_linux.h"

Functions

 __attribute__ ((noreturn))
 Starts a linux from multiboot modules.

Variables

const char * message_label = "MUNICH: "
 every message with out_description is prefixed with message_label
const unsigned REALMODE_STACK = 0x49000
const unsigned REALMODE_IMAGE = 0x40000

Function Documentation

__attribute__ ( (noreturn)  )

Starts a linux from multiboot modules.

Start a linux from a multiboot structure.

Treats the first module as linux kernel and the optional second module as initrd.

Variable Documentation

const char* message_label = "MUNICH: "

every message with out_description is prefixed with message_label

const unsigned REALMODE_IMAGE = 0x40000
const unsigned REALMODE_STACK = 0x49000