forked from AbleOS/holey-bytes
nope.
This commit is contained in:
parent
0deeaf3a7e
commit
600528434b
|
@ -10,13 +10,11 @@ pub mod mapping;
|
|||
|
||||
use {
|
||||
crate::{LoadError, Memory, MemoryAccessReason, StoreError},
|
||||
core::slice::SliceIndex,
|
||||
lookup::{AddrPageLookupError, AddrPageLookupOk, AddrPageLookuper},
|
||||
paging::{PageTable, Permission},
|
||||
};
|
||||
|
||||
/// HoleyBytes software paged memory
|
||||
#[deprecated = "Use platform-specific memory implementation"]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct SoftPagedMem<'p, PfH> {
|
||||
/// Root page table
|
||||
|
|
Loading…
Reference in a new issue