Allocate a very small 4K stack for the other CPUs, increase count to 4

This commit is contained in:
Jeremy Soller 2016-08-17 17:40:18 -06:00
parent 979d80a8c7
commit b0797a5d8a
4 changed files with 29 additions and 18 deletions

View file

@ -83,7 +83,7 @@ macro_rules! interrupt_error {
$func
}
// Push scratch registers, grab stack pointer
// Push scratch registers
asm!("push rax
push rcx
push rdx