2018-05-25 16:11 GMT+02:00 Kamil Rytarowski <n...@gmx.com>: > With MALTA we need either special bootloader or hardcoded initialization > of the devices in the kernel for the purpose of emulation. Linux does > the latter. On the other hand MALTA should work with gxemul.
MALTA does start in gxemul, but panics shortly into boot due to irq #0 being used. It might need either that KASSERT() relaxed, or some platform init fixed. I haven't investigated further, at the time I needed just any mips under emul, and pmax boots under gxemul fine. Jaromir