aboutsummaryrefslogtreecommitdiff
path: root/doc.src/devices.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc.src/devices.rst')
-rw-r--r--doc.src/devices.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc.src/devices.rst b/doc.src/devices.rst
new file mode 100644
index 0000000..7c8b41d
--- /dev/null
+++ b/doc.src/devices.rst
@@ -0,0 +1,33 @@
+=======
+Devices
+=======
+
+VGA
+===
+
+Text mode
+---------
+osdev wiki: `Text UI <https://wiki.osdev.org/Text_mode>`_
+
+.. c:autodoc:: ../devices/vga.h
+
+PS/2 Controller
+===============
+.. c:autodoc:: ../devices/ps2_controller.h
+
+Keyboard
+--------
+.. c:autodoc:: ../devices/keyboard.h
+
+Mouse
+-----
+.. c:autodoc:: ../devices/mouse.h
+
+Programmable Interrupt Controller
+=================================
+.. c:autodoc:: ../devices/pic.h
+
+UART
+====
+.. c:autodoc:: ../devices/uart_16550.h
+