Introduce CurrentUserSpace to provide read/write abilities for user space

This commit is contained in:
Chen Chengjun
2024-08-09 16:12:46 +08:00
committed by Tate, Hongliang Tian
parent 8317c4c1e8
commit 259b506119
3 changed files with 163 additions and 151 deletions

View File

@ -14,6 +14,7 @@
#![feature(iter_repeat_n)]
#![feature(let_chains)]
#![feature(linked_list_remove)]
#![feature(negative_impls)]
#![feature(register_tool)]
// FIXME: This feature is used to support vm capbility now as a work around.
// Since this is an incomplete feature, use this feature is unsafe.