Just adding an
entry to entry.s is not enough.
This page has the details http://www.csee.umbc.edu/courses/undergraduate/CMSC421/fall02/burt/projects/howto_add_systemcall.html regards manish Hi,
Yes just adding an entry in entry.S wont serve the
purpose as the the system call interfaces are through library calls. You will
have to make changes to the library also. I think you can use uclibc library or
similar ones to which the interface can be added and compiled.
This is my understanding, please correct me if i am
wrong.
regards,
Shammas
|