Note, none of this is coded yet, I'm just making notes so I don't forget
CPU paravirtualization
This is the final feature the JIT requires to handle elevated code correctly and will hopefully get the TOPOLOGIKA game encryption working.
Full MEMC emulation
Required to sandbox the VM, allowing RO3.11 to run within it.
IOC Timer 2 and 3
Required for keyboard emulation.
Virtualize IRQ's
This allows all managed OS entry points to be removed (Hardware Vectors, Voices etc) from the Module
Hardware Virtualization
Required for multi-VM support
IOMD emulation
Required for RiscPC emulation
ARMv4 instruction set (implemented)
Required for a StrongARM JIT
ADFFS future features
Re: ADFFS future features
Hi Jon,
Just having a look through the forums generally and I came across this. Considering v2.60 was the current when you posted it, I wonder how progress on these future features is going, has gone. Looking from the release notes of the versions I can't quite tally it.
Thanks,
Ian (yannos)
Just having a look through the forums generally and I came across this. Considering v2.60 was the current when you posted it, I wonder how progress on these future features is going, has gone. Looking from the release notes of the versions I can't quite tally it.
Thanks,
Ian (yannos)
Re: ADFFS future features
None of it has been coded. CPU paravirtualization is the important one that I'll tackle first, which I've started and stopped several times.