[MODERN FEATURES] ACPI tables
This commit is contained in:
2
emul
2
emul
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user