aboutsummaryrefslogtreecommitdiff
path: root/docs/pre/cross
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-08 07:35:29 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-08 07:35:29 +0200
commit48cafb5656851bfee6a6cfa6b9fcb27d63151ae4 (patch)
tree72c6757d9d460cef26c26fc8382e38d6a662e5d4 /docs/pre/cross
parent3bf3c748eec38c776dd3c54cbb30be1d44ffb5c3 (diff)
downloadteachos-48cafb5656851bfee6a6cfa6b9fcb27d63151ae4.tar.xz
teachos-48cafb5656851bfee6a6cfa6b9fcb27d63151ae4.zip
docs: remove old documentation
Diffstat (limited to 'docs/pre/cross')
-rw-r--r--docs/pre/cross/memory.rst11
-rw-r--r--docs/pre/cross/memory/asm_pointer.rst10
2 files changed, 0 insertions, 21 deletions
diff --git a/docs/pre/cross/memory.rst b/docs/pre/cross/memory.rst
deleted file mode 100644
index 3a2c1c4..0000000
--- a/docs/pre/cross/memory.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-Memory Access and Management
-============================
-
-This sections details the platform-**independent** infrastructure for memory access and management.
-
-.. toctree::
- :maxdepth: 1
- :glob:
- :caption: Types:
-
- memory/*
diff --git a/docs/pre/cross/memory/asm_pointer.rst b/docs/pre/cross/memory/asm_pointer.rst
deleted file mode 100644
index 70f5c01..0000000
--- a/docs/pre/cross/memory/asm_pointer.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-Access to Pointers Defined in Assembly
-======================================
-
-.. doxygenstruct:: teachos::memory::asm_pointer
- :members:
-
-Specializations
----------------
-
-.. doxygenstruct:: teachos::memory::asm_pointer< Type const > \ No newline at end of file