WIP mips: first semi-functional mips port
Context switches work, console alive. No interrupts.
This commit is contained in:
4
scripts/do-qemumips
Executable file
4
scripts/do-qemumips
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
make qemu-mips-test -j4 &&
|
||||
qemu-system-mips -machine mips -kernel build-qemu-mips-test/lk.elf -nographic $@
|
||||
Reference in New Issue
Block a user