|
NOVA User-Level Environment
Version testbox/changed-memory-timing-317-g320d8b5
|
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 |
| __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.
| 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 |