implemented stdin methods for reading a string (async) and reading keystrokes (sync + async). added a very basic shell on top of it for debugging

This commit is contained in:
2025-02-25 02:16:01 +00:00
parent 00d3a1de72
commit 27ee8226d8
7 changed files with 133 additions and 75 deletions
+1
View File
@@ -21,6 +21,7 @@ extern crate alloc;
pub mod drivers;
pub mod resources;
pub mod util;
#[allow(unused)] // We aren't using much of this right now.
pub mod std;