I am trying to execute a hello world application on l4 linux.I generated hello.ko file.What is the procedure to mount the l4linux ramdisk and how to copy my .ko file to it.
I gave the following command on the l4linux command prompt.

[root]# mkdir /mnt/rd
[root]# mount /dev/ram0 /mnt/rd

mount:mounting /dev/ram0 on /mnt/rd failed:no such file or directory.