diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 16:39:43 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 16:42:39 +0000 |
| commit | feac668578a35aac280b59d478a57b6937bb68da (patch) | |
| tree | ce9bc9854c75a5a663428fcd34b3a18035e1e53f /docs/pre/arch/x86_64/video/vga | |
| parent | 2d3399ab6072acd85811a54fce8eff50628888b6 (diff) | |
| download | teachos-feac668578a35aac280b59d478a57b6937bb68da.tar.xz teachos-feac668578a35aac280b59d478a57b6937bb68da.zip | |
docs: move files out of the way
Diffstat (limited to 'docs/pre/arch/x86_64/video/vga')
| -rw-r--r-- | docs/pre/arch/x86_64/video/vga/io.rst | 4 | ||||
| -rw-r--r-- | docs/pre/arch/x86_64/video/vga/text.rst | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/pre/arch/x86_64/video/vga/io.rst b/docs/pre/arch/x86_64/video/vga/io.rst new file mode 100644 index 0000000..39609c9 --- /dev/null +++ b/docs/pre/arch/x86_64/video/vga/io.rst @@ -0,0 +1,4 @@ +VGA Input/Output Types and Constants +==================================== + +.. doxygenfile:: arch/x86_64/include/arch/video/vga/io.hpp diff --git a/docs/pre/arch/x86_64/video/vga/text.rst b/docs/pre/arch/x86_64/video/vga/text.rst new file mode 100644 index 0000000..592cdd5 --- /dev/null +++ b/docs/pre/arch/x86_64/video/vga/text.rst @@ -0,0 +1,5 @@ +VGA Text Mode +============= + +.. doxygennamespace:: teachos::arch::video::vga::text + :members: |
