5 Probably not going to get much done this day.
9 Have this idea for a simulator. Basically it will emulate a CPU and provide
10 a virtual filesystem so that programs designed for other OSes would run on the
11 JVM. It would be slow, but it would be for testing SquirrelJME to make sure
12 that it still runs potentially on target systems. Being a user-space simulator
13 it would not accurately emulate the hardware, but only what is expected when it
14 comes to user programs. So for example if Palm OS were simulated, it would not
15 use any proprietary ROMs and if for example a memory address were read it
16 would not have the same effect as if it were running on real hardware.
20 Also, the simulator can use the memory pool stuff to manage memory so to speak,
21 which can reduce the need to have duplicate implementations and such. The
22 pool would however have to support big and little endian however.