Add user program initproc/user_shell, allow user programs allocate data on heap.

This commit is contained in:
Yifan Wu 2020-12-09 09:56:06 +08:00
parent 58dbb3ffa5
commit e56ea17566
7 changed files with 170 additions and 15 deletions

View file

@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
buddy_system_allocator = "0.6"