[arch][microblaze] first semi functional context switch implementation

This commit is contained in:
Travis Geiselbrecht
2015-01-31 17:31:03 -08:00
parent 436c5a885f
commit 0816848c82
15 changed files with 618 additions and 84 deletions

4
scripts/do-qemumicroblaze Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
make qemu-microblaze -j4 &&
qemu-system-microblaze -kernel build-qemu-microblaze/lk.elf -nographic $@