Crate zodiac

Crate zodiac 

Source
Expand description

This crate provides customizable basic functionalities for operating systems written in Rust.

Modules§

framebuffer
Functions to access framebuffer. Warning: these interfaces are not thread-safe.
hal
Safe wrappers to access hardware.
logger
Logging support.
mem
Safe memory management.
task
Task structure definition and scheduling.
trap
Irq allocation and page fault handling.

Macros§

print
println

Enums§

MapError
PhyscialMemoryError
QueryError
UnmapError
UpdateError
ZodiacError

Attribute Macros§

global_allocator
main
panic_handler