Rewrite Stdin/Stdout

This commit is contained in:
Yifan Wu 2020-12-13 15:07:19 +08:00
parent f5c029d3db
commit 2e6734027d
8 changed files with 338 additions and 42 deletions

View file

@ -22,6 +22,7 @@ mod config;
mod task;
mod timer;
mod mm;
mod fs;
global_asm!(include_str!("entry.asm"));
global_asm!(include_str!("link_app.S"));