[][src]Crate rustos

Writing an OS in Rust

Modules

serial

Serial driver

vga

VGA driver

Macros

print

Print out the message on the VGA console.

println

Print out the message on the VGA console.

serial_print

Print out the message to the serial port.

serial_println

Print out the message to the serial port.

Enums

QemuExitCode

Qemu exit codes.

Functions

exit_qemu

Qemu exit function.

hlt_loop

hlt instruction based kernel loop.

init

Kernel initialization function.

test_panic_handler

Unit and the integration test panic handler.

test_runner

Unit and the integration test runner.