User Tools

Site Tools


developersguide:newkernelcall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
developersguide:newkernelcall [2015/09/20 11:42]
sahutd Latest version of minix had already an entry for KERNEL_CALL + 57. This changes SYS_SAMPLE to use KERNEL_CALL + 58. It also updates the macro NR_SYS_CALLS
developersguide:newkernelcall [2015/09/22 20:10]
shawnsustrich Changed directory path for where a user should do make; make install after editing parse.c
Line 63: Line 63:
 ... ...
 </​code>​ </​code>​
-  - Add the SAMPLE service to the system tab: ///​usr/​src/​minix/​commands/​service/​parse.c//;​ build the updated system tab and install it with //make; make install// from ///​usr/​src/​commands/​service/// ​+  - Add the SAMPLE service to the system tab: ///​usr/​src/​minix/​commands/​service/​parse.c//;​ build the updated system tab and install it with //make; make install// from ///usr/src/minix/​commands/​service/// ​
 <​code>​ <​code>​
 ... ...
Line 73: Line 73:
 { {
 ... ...
-        { "MEMSET", ​            SYS_MEMSET ​},+        { "PADCONF", ​            SYS_PADCONF ​},
         { "​SAMPLE", ​            ​SYS_SAMPLE },         { "​SAMPLE", ​            ​SYS_SAMPLE },
         { NULL,         0 }         { NULL,         0 }
developersguide/newkernelcall.txt · Last modified: 2015/09/22 20:18 by shawnsustrich