aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2886d54..5323f56 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## A simple kernel written in C
-## features
+## drivers
- uart: 16550 (write)
- vga text mode
- pic: 8259
@@ -19,7 +19,7 @@ make run # to run it with qemu
```
## documentation
-prerequisites: sphinx, sphinx-hawkmoth
+prerequisites: doxygen
```sh
make doc