Get the APs into rust code, set stack and page table in trampoline
This commit is contained in:
parent
a8948fb246
commit
27d5996abf
5 changed files with 82 additions and 42 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ bochs: build/harddrive.bin
|
|||
qemu: build/harddrive.bin
|
||||
qemu-system-$(ARCH) -enable-kvm -cpu host -smp 4 -machine q35 \
|
||||
-serial mon:stdio -drive file=$<,format=raw,index=0,media=disk \
|
||||
-nographic -d guest_errors
|
||||
-nographic -d guest_errors,int,pcall
|
||||
#-device intel-iommu
|
||||
|
||||
FORCE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue