[Prev][Next][Index][Thread]
Re: [Q] Kaffe/OSKit boot image
Hello,
> Current hardware tree:
> java.lang.NoClassDefFoundError: root=/dev/hda3
I want to try out the HelloWorld with the Kaffe/OSKit kernel and built
the boot image by:
$ /home/ykyong/kaffe/config/i386/oskit/mkimage.sh \
--kerneldir=/home/ykyong/kernels \
--kaffedir=/opt/kaffe \
--oskitdir=/opt/oskit \
--classpathfile=/home/ykyong/kaffe_classpath \
-dir /home/ykyong/java \
--explicitfile=/home/ykyong/commandline:/etc/kaffe_cmdline
The content of kaffe_classpath is:
/opt/kaffe/share/kaffe/Klasses.jar:/opt/kaffe/share/kaffe/comm.jar:/opt/kaffe/share/kaffe/kjc.jar:
\
/opt/kaffe/share/kaffe/microsoft.jar:/opt/kaffe/share/kaffe/pjava.jar:/opt/kaffe/share/kaffe/rmi.jar:
\
/opt/kaffe/share/kaffe/servlet.jar:/opt/kaffe/share/kaffe/tools.jar:/home/ykyong/java:.
The content of commandline is:
CWD=/home/ykyong/java -- HelloWorld
(the HelloWorld.class is in /home/ykyong/java/)
I use GRUB to boot the image. Have I done it wrongly?? What should I do
to build the HelloWorld kernel.
Thanks a lot.
Best Regards,
Keith Yong
References: