mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 03:13:23 +00:00
Let page table own frames and remove MemorySet
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
b6f8661abb
commit
ef1ab72ebe
@ -190,6 +190,7 @@ impl From<aster_frame::Error> for Error {
|
||||
aster_frame::Error::NotEnoughResources => Error::new(Errno::EBUSY),
|
||||
aster_frame::Error::PageFault => Error::new(Errno::EFAULT),
|
||||
aster_frame::Error::Overflow => Error::new(Errno::EOVERFLOW),
|
||||
aster_frame::Error::MapAlreadyMappedVaddr => Error::new(Errno::EINVAL),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user