aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5323f56..e8adecd 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
## A simple kernel written in C
+## supported platforms
+- i686
+
+Supported toolchains are defined in $ARCH/toolchain.mk
+
## drivers
- uart: 16550 (write)
- vga text mode
@@ -7,6 +12,7 @@
- ps2 controller: i8042, with keyboard and mouse
## building
+- Code is ANSI C
prerequisites:
* i686-elf-gcc, i686-elf-binutils
* for bootable iso image: grub, mtools