PDA

View Full Version : Implementing System Call for Reboot


imrrann
26th September 2010, 17:05
I would like to implement a system call for reboot.
I had implemented a system call for learning purpose but now i am in vain that how to proceed.

Any help is highly appreciated

Ankit17
27th October 2012, 18:24
Adding a system call is easy if done correctly.......

so to avoid any mistakes

go to following url:

http://www.mindregal.com/linux.php?id=System%20Call
It contains snapshots every steps thereby making it easy to understand...