mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 19:03:27 +00:00
Update dev image for OSDK and bump version to 0.4.0
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
674c35079c
commit
bd878dd1c9
@ -2,14 +2,13 @@
|
||||
|
||||
use alloc::vec;
|
||||
use core::{
|
||||
iter::Iterator,
|
||||
marker::PhantomData,
|
||||
ops::{BitAnd, BitOr, Not, Range},
|
||||
};
|
||||
|
||||
use pod::Pod;
|
||||
|
||||
use super::{frame_allocator, HasPaddr, Paddr, VmIo};
|
||||
use super::{frame_allocator, HasPaddr, VmIo};
|
||||
use crate::{config::PAGE_SIZE, prelude::*, Error};
|
||||
|
||||
/// A collection of page frames (physical memory pages).
|
||||
|
Reference in New Issue
Block a user