Fix stack trace, WIP usermode
This commit is contained in:
parent
eab03299be
commit
f45958f449
5 changed files with 59 additions and 10 deletions
|
@ -180,7 +180,7 @@ impl DerefMut for ActivePageTable {
|
|||
}
|
||||
|
||||
impl ActivePageTable {
|
||||
unsafe fn new() -> ActivePageTable {
|
||||
pub unsafe fn new() -> ActivePageTable {
|
||||
ActivePageTable {
|
||||
mapper: Mapper::new(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue