Commit c7890fc2097ca60786683f51982ff32c50697dab
1 parent
f0fc6f8f
Update TODO.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3402 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
6 additions
and
0 deletions
target-mips/TODO
... | ... | @@ -47,3 +47,9 @@ MALTA system emulation |
47 | 47 | - We fake firmware support instead of doing the real thing |
48 | 48 | - Real firmware falls over when trying to init RAM, presumably due |
49 | 49 | to lacking system controller emulation. |
50 | + | |
51 | +mipssim system emulation | |
52 | +------------------------ | |
53 | +- The mipsnet.c has a glitch: Booting from NFS root works up until | |
54 | + starting /sbin/init, then it Linux hangs with "NFS server not | |
55 | + responding". | ... | ... |