aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianhao Wang <shrik3@riseup.net>2023-03-11 19:34:02 +0100
committerTianhao Wang <shrik3@riseup.net>2023-03-11 19:34:02 +0100
commit0a2eaf747484cbdd25a1cc7fce6f890d6c7e7d56 (patch)
treebbf718a9f86b60ed602c628ceae9c1a6876ed3fb
parent29cff52c84430b121c8c45e68907d34cb46f545a (diff)
readme format
-rw-r--r--readme.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/readme.md b/readme.md
index f066bf4..dbcd40f 100644
--- a/readme.md
+++ b/readme.md
@@ -9,17 +9,17 @@ Universities. This one in perticular, is based on the TU Dresden version
**Status**
-[X] - Basic code structure
-[X] - Build minimal iso image
-[X] - bootable using grub
-[X] - Setting up CGA display, print something (hello world)
-[ ] - Provide "printf" support
-[ ] - Keyboard controller and input handler
-[ ] - Interrupt handler
-[ ] - Timer Interrupt
-[ ] - Threading
-[ ] - Scheduler
-[ ] - Synchronization Primitives
+[X] - Basic code structure
+[X] - Build minimal iso image
+[X] - bootable using grub
+[X] - Setting up CGA display, print something (hello world)
+[ ] - Provide "printf" support
+[ ] - Keyboard controller and input handler
+[ ] - Interrupt handler
+[ ] - Timer Interrupt
+[ ] - Threading
+[ ] - Scheduler
+[ ] - Synchronization Primitives
**Dependencies**
- cargo / rustc (nightly)