Only one AP can start at a time
This commit is contained in:
parent
c74abfc8a7
commit
f14569e313
4 changed files with 23 additions and 12 deletions
|
@ -92,7 +92,7 @@ pub unsafe fn init(stack_start: usize, stack_end: usize) -> ActivePageTable {
|
|||
let uncacheable = 0;
|
||||
let write_combining = 1;
|
||||
let write_through = 4;
|
||||
let write_protected = 5;
|
||||
//let write_protected = 5;
|
||||
let write_back = 6;
|
||||
let uncached = 7;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue