Fix mouse position, map display on APs

This commit is contained in:
Jeremy Soller 2016-09-01 08:12:50 -06:00
parent 1e5d992ab5
commit 722d738254
6 changed files with 53 additions and 9 deletions

View file

@ -44,8 +44,7 @@ macro_rules! interrupt {
}
// Push scratch registers
asm!("xchg bx, bx
push rax
asm!("push rax
push rcx
push rdx
push rdi
@ -86,8 +85,7 @@ macro_rules! interrupt_error {
}
// Push scratch registers
asm!("xchg bx, bx
push rax
asm!("push rax
push rcx
push rdx
push rdi