Change io crate & add a small shell
This commit is contained in:
@@ -5,7 +5,7 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bffs = { path = "../bffs" }
|
||||
io = { path = "../io" }
|
||||
io = { package = "no-std-io", path = "../io" }
|
||||
|
||||
[features]
|
||||
kernel = []
|
||||
|
||||
Reference in New Issue
Block a user