diff options
Diffstat (limited to 'arch/x86_64/x86_64.dox')
| -rw-r--r-- | arch/x86_64/x86_64.dox | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/arch/x86_64/x86_64.dox b/arch/x86_64/x86_64.dox index a23d30a..e529863 100644 --- a/arch/x86_64/x86_64.dox +++ b/arch/x86_64/x86_64.dox @@ -1,14 +1,20 @@ //! @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. +//! Boot information and bootstrap configuration. //! @namespace arch::cpu -//! The %x86_64 implementation of teachos::cpu +//! x86-64 CPU interfaces. //! -//! This namespace contains %x86_64 specific implementations of and extensions to the teachos::cpu namespace. +//! 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 -//! The %x86_64 implementation of teachos::memory -//! -//! This namespace contains %x86_64 specific implementations of and extensions to the teachos::memory namespace.
\ No newline at end of file +//! x86-64 memory management infrastructure. + +//! @namespace arch::vga +//! VGA support.
\ No newline at end of file |
