Files
lk/scripts/do-qemumips
Travis Geiselbrecht 38a5e7bd4f WIP more work on mip
got interrupts working
started work on timer
2015-12-01 19:19:23 -08:00

5 lines
129 B
Bash
Executable File

#!/bin/sh
make qemu-mips-test -j4 &&
qemu-system-mips -machine mips -cpu M14K -kernel build-qemu-mips-test/lk.elf -nographic $@