浏览代码

feat: prepare for supervisor module

Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
Zhouqi Jiang 6 月之前
父节点
当前提交
a9bd9f8ba5
共有 4 个文件被更改,包括 18 次插入0 次删除
  1. 4 0
      Cargo.lock
  2. 3 0
      Cargo.toml
  3. 8 0
      supervisor/Cargo.toml
  4. 3 0
      supervisor/src/lib.rs

+ 4 - 0
Cargo.lock

@@ -129,6 +129,10 @@ dependencies = [
  "uart16550",
 ]
 
+[[package]]
+name = "rustsbi-supervisor"
+version = "0.1.0"
+
 [[package]]
 name = "sbi-spec"
 version = "0.0.7"

+ 3 - 0
Cargo.toml

@@ -29,6 +29,9 @@ name = "rustsbi-prototyper"
 test = false
 bench = false
 
+[workspace]
+members = ["supervisor"]
+
 [workspace.package]
 edition = "2021"
 license = "MulanPSL-2.0 OR MIT"

+ 8 - 0
supervisor/Cargo.toml

@@ -0,0 +1,8 @@
+[package]
+name = "rustsbi-supervisor"
+version = "0.1.0"
+edition.workspace = true
+license.workspace = true
+repository.workspace = true
+
+[dependencies]

+ 3 - 0
supervisor/src/lib.rs

@@ -0,0 +1,3 @@
+#![no_std]
+
+// TODO: RustSBI EFI module