[MODERN FEATURES] ACPI tables

This commit is contained in:
2016-11-20 00:22:13 +01:00
parent d801e0fd6c
commit 56d5fea388
6 changed files with 193 additions and 5 deletions

2
emul
View File

@@ -58,7 +58,7 @@ function main() {
make all || exit 1
util/build_iso.sh || exit 1
echo > serial.log
emulator="qemu-system-x86_64 -cdrom mittos64.iso -serial file:serial.log ${EMULPARAM[@]}"
emulator="qemu-system-x86_64 -cdrom mittos64.iso -serial file:serial.log -smp 4 ${EMULPARAM[@]}"
debugger=$(which x86_64-elf-linux-gdb)
if [[ (-n ${EMULVNC}) ]]; then