I would like to build a very small and simple operating system that runs java application on top of Linux kernel just like android, just to improve my knowledge and to build some hands on experience on how to leverage Linux kernel.
I have downloaded the latest Linux kernel from kernel.org. and i now wanted to deploy a Java JVM on top on the kernel and would like to Run some java applications.
Would anyone please help me to do this... I have been trying to do this...