update user module to 2021autumn version

This commit is contained in:
zhanghx0905 2021-11-19 18:50:59 +08:00
parent 92d9170fca
commit b03d06c330
29 changed files with 964 additions and 78 deletions

View file

@ -1,6 +1,6 @@
pub const USER_STACK_SIZE: usize = 4096 * 2;
pub const KERNEL_STACK_SIZE: usize = 4096 * 2;
pub const MAX_APP_NUM: usize = 4;
pub const MAX_APP_NUM: usize = 8;
pub const APP_BASE_ADDRESS: usize = 0x80400000;
pub const APP_SIZE_LIMIT: usize = 0x20000;