Only one AP can start at a time

This commit is contained in:
Jeremy Soller 2016-09-01 17:08:43 -06:00
parent c74abfc8a7
commit f14569e313
4 changed files with 23 additions and 12 deletions

View file

@ -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;