diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-01-16 14:21:25 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-01-16 14:21:25 +0100 |
| commit | f7fc4cb67c8c7c6ec1833f6ac6f0ad3a2837251d (patch) | |
| tree | 0ccd26ebaf5fb288892b763fff496daae25c7f65 /arch/x86_64/x86_64.dox | |
| parent | 159bdd2cac3f967c31c2f416fbc542e0277ec860 (diff) | |
| download | teachos-f7fc4cb67c8c7c6ec1833f6ac6f0ad3a2837251d.tar.xz teachos-f7fc4cb67c8c7c6ec1833f6ac6f0ad3a2837251d.zip | |
x86_64: fixup some documentation
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 |
