forked from AbleOS/holey-bytes
Notice
This commit is contained in:
parent
bcb0ec41e2
commit
a8f2e4fbdf
|
@ -14,7 +14,7 @@ use {
|
|||
};
|
||||
|
||||
/// HoleyBytes software paged memory
|
||||
#[deprecated]
|
||||
#[deprecated = "Use platform-specific memory implementation"]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct SoftPagedMem<'p, PfH> {
|
||||
/// Root page table
|
||||
|
|
Loading…
Reference in a new issue