From dc010ccb2637e777be624bbb52189b78be76e3d3 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Mon, 15 Apr 2024 14:25:38 +0200 Subject: update readme --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ea8db32..da95755 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,24 @@ Universities. This one in perticular, is based on the TU Dresden version - [X] bootable using grub - [X] Setting up CGA display, print something (hello world) - [X] Intigrate print into rust println! etc. -- [ ] asm! Wrappers for basic instructions -- [ ] Keyboard controller and input handler -- [ ] Interrupt handler (WIP) -- [ ] Timer Interrupt +- [X] Keyboard controller and input handler +- [?] Interrupt handler (WIP) + - linked list for plugbox + - implement plugbox + - interrupt handler code for kbd + - input buffer +- [ ] intrrupt sync + - split upper/lower half of handlers - [ ] Threading + - stack allocator (could be trivial) + - define context + - implement switch/toc code - [ ] Scheduler (single CPU) + - DS +- [ ] Timer Interrupt - [ ] Synchronization Primitives + - implement waiting/wakeup +- [ ] asm! Wrappers for basic instructions Beyond the original StuBS - [ ] Task Descriptor structures -- cgit v1.2.3-70-g09d2