1
0
Fork 0
forked from koniifer/ableos
This commit is contained in:
Erin 2023-08-15 16:33:56 +02:00
parent af1a7d3bfa
commit a071a4a7ae

View file

@ -14,7 +14,7 @@ use {
}; };
/// HoleyBytes software paged memory /// HoleyBytes software paged memory
#[deprecated] #[deprecated = "Use platform-specific memory implementation"]
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
pub struct SoftPagedMem<'p, PfH> { pub struct SoftPagedMem<'p, PfH> {
/// Root page table /// Root page table