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