aboutsummaryrefslogtreecommitdiff
path: root/docs/arch/x86_64/memory/allocator
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/allocator
parent2d3399ab6072acd85811a54fce8eff50628888b6 (diff)
downloadkernel-feac668578a35aac280b59d478a57b6937bb68da.tar.xz
kernel-feac668578a35aac280b59d478a57b6937bb68da.zip
docs: move files out of the way
Diffstat (limited to 'docs/arch/x86_64/memory/allocator')
-rw-r--r--docs/arch/x86_64/memory/allocator/area_frame_allocator.rst5
-rw-r--r--docs/arch/x86_64/memory/allocator/concept.rst5
-rw-r--r--docs/arch/x86_64/memory/allocator/physical_frame.rst5
-rw-r--r--docs/arch/x86_64/memory/allocator/tiny_frame_allocator.rst5
4 files changed, 0 insertions, 20 deletions
diff --git a/docs/arch/x86_64/memory/allocator/area_frame_allocator.rst b/docs/arch/x86_64/memory/allocator/area_frame_allocator.rst
deleted file mode 100644
index 422f33c..0000000
--- a/docs/arch/x86_64/memory/allocator/area_frame_allocator.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Area Physical Frame Allocator
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/allocator/area_frame_allocator.hpp
-
diff --git a/docs/arch/x86_64/memory/allocator/concept.rst b/docs/arch/x86_64/memory/allocator/concept.rst
deleted file mode 100644
index 734a2ce..0000000
--- a/docs/arch/x86_64/memory/allocator/concept.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Physical Frame Allocator Concept
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/allocator/concept.hpp
-
diff --git a/docs/arch/x86_64/memory/allocator/physical_frame.rst b/docs/arch/x86_64/memory/allocator/physical_frame.rst
deleted file mode 100644
index c5d0fd2..0000000
--- a/docs/arch/x86_64/memory/allocator/physical_frame.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Physical Frame
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/allocator/physical_frame.hpp
-
diff --git a/docs/arch/x86_64/memory/allocator/tiny_frame_allocator.rst b/docs/arch/x86_64/memory/allocator/tiny_frame_allocator.rst
deleted file mode 100644
index 27401b2..0000000
--- a/docs/arch/x86_64/memory/allocator/tiny_frame_allocator.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Tiny Physical Frame Allocator
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/memory/allocator/tiny_frame_allocator.hpp
-