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 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/20 11:44]
sahutd
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