Working on app data auto linking.

This commit is contained in:
Yifan Wu 2020-11-18 18:29:53 +08:00
parent 2c08dbfecb
commit 1943a50d0d
7 changed files with 62 additions and 18 deletions

2
os/src/syscall/mod.rs Normal file
View file

@ -0,0 +1,2 @@
const SYSCALL_WRITE: usize = 64;