Last progress - we're back to working snapshots and restarts.
Still, a lot of kernel code is to be written and even more to debug, but it is possible to move further now.
So if you want to take part - please do.
OS sources are available at
google code.
A. We need comipiler guru.
Things to cover:
1. Java 2 Phantom bytecode translator. We have skeleton of that, and need it to be full-functional - for example, to be able to successfully translate TreeMap class.
2. Phantom language compiler. It is incomplete and code is old and junky.
3. Later we'll have to think about direct Javascript compiler and JIT.
B. Drivers man.
We need to port in and/or finish/debug USB, virtio and, finally, some video drivers.
C. We need regression tests.
We have test suitre and some tests are written. Need more!