Debug reads writes better, set up stdio for BSP
This commit is contained in:
parent
850792bbf1
commit
fb0df8530d
3 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue