Re: [uml-devel] adding a system call in uml

2007-02-06 Thread Blaisorblade
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

[uml-devel] adding a system call in uml

2007-02-02 Thread Mohammad Jawwad
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