Re: Mounting l4linux ramdisk

2015-02-09 Thread Matthias Lange
Hi, On 02/09/2015 06:35 AM, Harini Balachandran wrote: > 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. Are you sure that a kernel module is the right thing as a hello

Mounting l4linux ramdisk

2015-02-08 Thread Harini Balachandran
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:moun