blob: e529863331299fb528c7c51002bd47a42e0a6cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
//! @namespace arch::boot
//! Boot information and bootstrap configuration.
//! @namespace arch::cpu
//! x86-64 CPU interfaces.
//!
//! This namespace contains, among others, the implementations of interfaces and types to interact with CPU intrinsic
//! features.
//! @namespace arch::debug
//! x86-64 debugging infrastructure.
//! @namespace arch::io
//! x86-64 I/O interfaces.
//! @namespace arch::memory
//! x86-64 memory management infrastructure.
//! @namespace arch::vga
//! VGA support.
|