Allow x and y resolution to be saved
This commit is contained in:
parent
03db207100
commit
64cfe68046
5 changed files with 101 additions and 18 deletions
|
@ -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!(" ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue