From f8c20d86defae9097c7b7ba1fce05e4bd42a8d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valt=C3=BDr=20=C3=96rn=20Kjartansson?= Date: Wed, 16 Jun 2021 20:33:31 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ad84d4..19c1a39 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,13 @@ sudo dd if=dist/x86_64/kernel.iso of=[YOUR_DISK] bs=1m - [x] Get interrupts working - [x] Interface with the RTC - [x] PS2 keyboard support -- [ ] Set up CI and auto deploy a v86 website +- [x] Set up CI and auto deploy a v86 website - [ ] Implement a `kmalloc` - [ ] Create an ELF parser - [ ] Soundblaster 16 driver - [ ] Get some timers running - [ ] Start implementing syscalls! - [ ] Write a libc and start working on userland -- [ ] Virtual terminal +- [ ] Virtual terminal - [ ] Window server