On Thu, 21 Jun 2001, MAIXY wrote: > Hi, > I want to reboot the operating system in my device driver module,if anyone can tell me which function which can reboot the system and it can be used in the linux kernel? An OS in driver module?? If you want to reboot the system -- on non-rt side do sync; reboot OR if you want the unload the module use rmmod.. hth