mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 19:03:27 +00:00
Understanding memory space and move higher the stack
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
dede22843a
commit
52f07458f7
@ -9,7 +9,7 @@ use core::{
|
||||
use pod::Pod;
|
||||
|
||||
use super::{frame_allocator, HasPaddr, VmIo};
|
||||
use crate::{config::PAGE_SIZE, prelude::*, Error};
|
||||
use crate::{prelude::*, vm::PAGE_SIZE, Error};
|
||||
|
||||
/// A collection of page frames (physical memory pages).
|
||||
///
|
||||
|
Reference in New Issue
Block a user