[arch][m68k] Merge in Motorola 68k port

This commit is contained in:
Travis Geiselbrecht
2021-11-08 23:24:15 -08:00
26 changed files with 1320 additions and 0 deletions

11
scripts/do-qemum68k Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
set -e
set -x
PROJECT=qemu-virt-m68k-test
$DIR/make-parallel $PROJECT
qemu-system-m68k -machine virt -cpu m68040 -kernel build-${PROJECT}/lk.elf -nographic $@