From 8ca1eecea2dcfa11328ec6d8958976a598e443e7 Mon Sep 17 00:00:00 2001 From: ambercrafter Date: Fri, 19 Aug 2022 17:51:45 +0800 Subject: [PATCH] Update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 34c9f38..6ee9cf7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # rustos Experimental OS base on blog_os + +Target: +1. Without all assembly and link file, depends on bootloader and x86_64 crate. +2. Filesystem +3. Network interface + +--- +# ChangeLog +[2022-08-19] +Initialization this project.