Search:

Type: Posts; User: ShamWow

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    4,296

    That is all the code, could it be how I made the...

    That is all the code, could it be how I made the system call? This is how I called it:
    retval = syscall(__NR_processdisplay, 1);
  2. Replies
    5
    Views
    4,296

    I still get the modpost warning and 0 for procnumk

    I still get the modpost warning and 0 for procnumk
  3. Replies
    5
    Views
    4,296

    Making a Linux system call

    I'm having trouble passing a variable (specifically an integer) from user mode to kernel mode. This is my code for my system call:


    #include <linux/linkage.h>
    #include <linux/kernel.h>...
Results 1 to 3 of 3