ch4 ok on qemu/k210 && Remove some comments.
This commit is contained in:
parent
485db04a2b
commit
9e861c2819
8 changed files with 0 additions and 48 deletions
|
@ -4,7 +4,6 @@ use crate::task::current_user_token;
|
|||
const FD_STDOUT: usize = 1;
|
||||
|
||||
pub fn sys_write(fd: usize, buf: *const u8, len: usize) -> isize {
|
||||
//println!("into sys_write!");
|
||||
match fd {
|
||||
FD_STDOUT => {
|
||||
let buffers = translated_byte_buffer(current_user_token(), buf, len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue