Debug reads writes better, set up stdio for BSP

This commit is contained in:
Jeremy Soller 2016-09-07 21:32:09 -06:00
parent 850792bbf1
commit fb0df8530d
3 changed files with 13 additions and 3 deletions

View file

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