aboutsummaryrefslogtreecommitdiff
path: root/docs/arch/x86_64/memory/paging
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-24 16:39:43 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-24 16:42:39 +0000
commitfeac668578a35aac280b59d478a57b6937bb68da (patch)
treece9bc9854c75a5a663428fcd34b3a18035e1e53f /docs/arch/x86_64/memory/paging
parent2d3399ab6072acd85811a54fce8eff50628888b6 (diff)
downloadteachos-feac668578a35aac280b59d478a57b6937bb68da.tar.xz
teachos-feac668578a35aac280b59d478a57b6937bb68da.zip
docs: move files out of the way
Diffstat (limited to 'docs/arch/x86_64/memory/paging')
-rw-r--r--docs/arch/x86_64/memory/paging/active_page_table.rst5
-rw-r--r--docs/arch/x86_64/memory/paging/inactive_page_table.rst5
-rw-r--r--docs/arch/x86_64/memory/paging/kernel_mapper.rst5
-rw-r--r--docs/arch/x86_64/memory/paging/page_entry.rst5
-rw-r--r--docs/arch/x86_64/memory/paging/page_table.rst5
-rw-r--r--docs/arch/x86_64/memory/paging/temporary_page.rst5
-rw-r--r--docs/arch/x86_64/memory/paging/virtual_page.rst5
7 files changed, 0 insertions, 35 deletions
diff --git a/docs/arch/x86_64/memory/paging/active_page_table.rst b/docs/arch/x86_64/memory/paging/active_page_table.rst
deleted file mode 100644
index 5710131..0000000
--- a/docs/arch/x86_64/memory/paging/active_page_table.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Active Page Table
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/paging/active_page_table.hpp
-
diff --git a/docs/arch/x86_64/memory/paging/inactive_page_table.rst b/docs/arch/x86_64/memory/paging/inactive_page_table.rst
deleted file mode 100644
index 5732e64..0000000
--- a/docs/arch/x86_64/memory/paging/inactive_page_table.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Inactive Page Table
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/paging/inactive_page_table.hpp
-
diff --git a/docs/arch/x86_64/memory/paging/kernel_mapper.rst b/docs/arch/x86_64/memory/paging/kernel_mapper.rst
deleted file mode 100644
index 9948e4e..0000000
--- a/docs/arch/x86_64/memory/paging/kernel_mapper.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Kernel Mapper
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/paging/kernel_mapper.hpp
-
diff --git a/docs/arch/x86_64/memory/paging/page_entry.rst b/docs/arch/x86_64/memory/paging/page_entry.rst
deleted file mode 100644
index 8900b0e..0000000
--- a/docs/arch/x86_64/memory/paging/page_entry.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Virtual Page Table Entry
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/paging/page_entry.hpp
-
diff --git a/docs/arch/x86_64/memory/paging/page_table.rst b/docs/arch/x86_64/memory/paging/page_table.rst
deleted file mode 100644
index c5ab8c7..0000000
--- a/docs/arch/x86_64/memory/paging/page_table.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Virtual Page Table
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/paging/page_table.hpp
-
diff --git a/docs/arch/x86_64/memory/paging/temporary_page.rst b/docs/arch/x86_64/memory/paging/temporary_page.rst
deleted file mode 100644
index 0c63899..0000000
--- a/docs/arch/x86_64/memory/paging/temporary_page.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Temporary Virtual Page Table
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/paging/temporary_page.hpp
-
diff --git a/docs/arch/x86_64/memory/paging/virtual_page.rst b/docs/arch/x86_64/memory/paging/virtual_page.rst
deleted file mode 100644
index dd42f47..0000000
--- a/docs/arch/x86_64/memory/paging/virtual_page.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Virtual Page
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/paging/virtual_page.hpp
-