Allow x and y resolution to be saved

This commit is contained in:
Jeremy Soller 2016-10-18 17:04:06 -06:00
parent 03db207100
commit 64cfe68046
5 changed files with 101 additions and 18 deletions

View file

@ -22,7 +22,7 @@ pub mod sdt;
pub mod xsdt;
const TRAMPOLINE: usize = 0x7E00;
const AP_STARTUP: usize = 0x8000;
const AP_STARTUP: usize = TRAMPOLINE + 512;
pub fn init_sdt(sdt: &'static Sdt, active_table: &mut ActivePageTable) {
print!(" ");