From 117799b1b8961d20d27d4f71bd83e61bcd5e7be5 Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Fri, 3 Apr 2020 12:12:58 +0800 Subject: [PATCH] update long-term roadmap --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab5eb4d..88b1534 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ I'll continuously add Rust-specific implementations and how I made this project ## Roadmap +**Update** I haven't maintained this project for a while, as I'm busy with my course-works. The long-term plan of this project is that, I'll leverage Rust async features to schedule kernel threads, therefore eliminating the need of sleeplock. + The main goal of this project is to make an xv6-like operating system with the Rust programming language. And then, I'll separate arch-dependent part and make it into an OS supporting multiple architecture and multiple boards.