aboutsummaryrefslogtreecommitdiff
path: root/docs/arch/x86_64/kernel
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/kernel
parent2d3399ab6072acd85811a54fce8eff50628888b6 (diff)
downloadteachos-feac668578a35aac280b59d478a57b6937bb68da.tar.xz
teachos-feac668578a35aac280b59d478a57b6937bb68da.zip
docs: move files out of the way
Diffstat (limited to 'docs/arch/x86_64/kernel')
-rw-r--r--docs/arch/x86_64/kernel/cpu.rst9
-rw-r--r--docs/arch/x86_64/kernel/cpu/call.rst5
-rw-r--r--docs/arch/x86_64/kernel/cpu/control_register.rst5
-rw-r--r--docs/arch/x86_64/kernel/cpu/gdtr.rst5
-rw-r--r--docs/arch/x86_64/kernel/cpu/idtr.rst5
-rw-r--r--docs/arch/x86_64/kernel/cpu/if.rst5
-rw-r--r--docs/arch/x86_64/kernel/cpu/msr.rst5
-rw-r--r--docs/arch/x86_64/kernel/cpu/segment_register.rst5
-rw-r--r--docs/arch/x86_64/kernel/cpu/tlb.rst5
-rw-r--r--docs/arch/x86_64/kernel/cpu/tr.rst5
-rw-r--r--docs/arch/x86_64/kernel/halt.rst5
-rw-r--r--docs/arch/x86_64/kernel/main.rst5
12 files changed, 0 insertions, 64 deletions
diff --git a/docs/arch/x86_64/kernel/cpu.rst b/docs/arch/x86_64/kernel/cpu.rst
deleted file mode 100644
index da3dfc0..0000000
--- a/docs/arch/x86_64/kernel/cpu.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-Kernel CPU Registers
-===========
-
-.. toctree::
- :maxdepth: 2
- :caption: Contents:
- :glob:
-
- cpu/*
diff --git a/docs/arch/x86_64/kernel/cpu/call.rst b/docs/arch/x86_64/kernel/cpu/call.rst
deleted file mode 100644
index 33d15ec..0000000
--- a/docs/arch/x86_64/kernel/cpu/call.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Far Call
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/cpu/call.hpp
-
diff --git a/docs/arch/x86_64/kernel/cpu/control_register.rst b/docs/arch/x86_64/kernel/cpu/control_register.rst
deleted file mode 100644
index a45c6d9..0000000
--- a/docs/arch/x86_64/kernel/cpu/control_register.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Control Register
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/cpu/control_register.hpp
-
diff --git a/docs/arch/x86_64/kernel/cpu/gdtr.rst b/docs/arch/x86_64/kernel/cpu/gdtr.rst
deleted file mode 100644
index 41c0f6b..0000000
--- a/docs/arch/x86_64/kernel/cpu/gdtr.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Global Descriptor Table Register
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/cpu/gdtr.hpp
-
diff --git a/docs/arch/x86_64/kernel/cpu/idtr.rst b/docs/arch/x86_64/kernel/cpu/idtr.rst
deleted file mode 100644
index b4c4bb0..0000000
--- a/docs/arch/x86_64/kernel/cpu/idtr.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Interrupt Descriptor Table Register
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/cpu/idtr.hpp
-
diff --git a/docs/arch/x86_64/kernel/cpu/if.rst b/docs/arch/x86_64/kernel/cpu/if.rst
deleted file mode 100644
index 2dd07b4..0000000
--- a/docs/arch/x86_64/kernel/cpu/if.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Interrupt Flag
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/cpu/if.hpp
-
diff --git a/docs/arch/x86_64/kernel/cpu/msr.rst b/docs/arch/x86_64/kernel/cpu/msr.rst
deleted file mode 100644
index 75c4f47..0000000
--- a/docs/arch/x86_64/kernel/cpu/msr.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Model Specific Register
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/cpu/msr.hpp
-
diff --git a/docs/arch/x86_64/kernel/cpu/segment_register.rst b/docs/arch/x86_64/kernel/cpu/segment_register.rst
deleted file mode 100644
index 8159369..0000000
--- a/docs/arch/x86_64/kernel/cpu/segment_register.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-CPU Segment Register
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/cpu/segment_register.hpp
-
diff --git a/docs/arch/x86_64/kernel/cpu/tlb.rst b/docs/arch/x86_64/kernel/cpu/tlb.rst
deleted file mode 100644
index 1ceec1d..0000000
--- a/docs/arch/x86_64/kernel/cpu/tlb.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Translation Lookaside Buffer
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/cpu/tlb.hpp
-
diff --git a/docs/arch/x86_64/kernel/cpu/tr.rst b/docs/arch/x86_64/kernel/cpu/tr.rst
deleted file mode 100644
index a2b234b..0000000
--- a/docs/arch/x86_64/kernel/cpu/tr.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Task Register
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/cpu/tr.hpp
-
diff --git a/docs/arch/x86_64/kernel/halt.rst b/docs/arch/x86_64/kernel/halt.rst
deleted file mode 100644
index c425e81..0000000
--- a/docs/arch/x86_64/kernel/halt.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Kernel Halt
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/halt.hpp
-
diff --git a/docs/arch/x86_64/kernel/main.rst b/docs/arch/x86_64/kernel/main.rst
deleted file mode 100644
index 194bd85..0000000
--- a/docs/arch/x86_64/kernel/main.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Kernel Main
-=======================
-
-.. doxygenfile:: arch/x86_64/include/arch/kernel/main.hpp
-