blob: a23d30ae45d99a91dd452df7a31f1a33b5fa946d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//! @namespace arch::boot
//! The %x86_64 implementation of teachos::boot
//!
//! This namespace contains %x86_64 specific implementations of and extensions to the teachos::boot namespace.
//! @namespace arch::cpu
//! The %x86_64 implementation of teachos::cpu
//!
//! This namespace contains %x86_64 specific implementations of and extensions to the teachos::cpu namespace.
//! @namespace arch::memory
//! The %x86_64 implementation of teachos::memory
//!
//! This namespace contains %x86_64 specific implementations of and extensions to the teachos::memory namespace.
|