Custom system call

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Nov 1 7:54
Editor
Edited
Edited
2023 Nov 1 8:30
Refs
Refs

include <linux/unistd.h>

  • macro __NR_newsyscall
    • define a new system call number
  • Add an entry to system call dispatch table
 
 
 
 
 
 
 
 
 
 

Recommendations