aboutsummaryrefslogtreecommitdiff
path: root/doc.src/devices.rst
blob: 7c8b41d761d2348d9ce6a18c71cef52a7fe37fac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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