WIP more work on mip

got interrupts working
started work on timer
This commit is contained in:
Travis Geiselbrecht
2015-12-01 19:19:23 -08:00
parent cd5ac2f34e
commit 38a5e7bd4f
13 changed files with 639 additions and 43 deletions

View File

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