WIP mips: first semi-functional mips port

Context switches work, console alive. No interrupts.
This commit is contained in:
Travis Geiselbrecht
2015-12-01 01:05:37 -08:00
parent f5ff5fcfd3
commit cd5ac2f34e
8 changed files with 196 additions and 92 deletions

4
scripts/do-qemumips Executable file
View 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 $@