On Saturday 03 February 2007 06:36, Mohammad Jawwad wrote:
> Hello,
>
>
>
> How does one add a system call to user mode linux?
>
> I followed the instructions here:=
>
> http://user-mode-linux.sourceforge.net/lksct/
It's from 2002, (I've seen this in the homepage), it's outdated. No
information a
Hello,
How does one add a system call to user mode linux?
I followed the instructions here:=
http://user-mode-linux.sourceforge.net/lksct/
Instead of using his stub(which dosent work) I used this one:
#include
#include
#include
int main()
{
syscall(253); // I assigned