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? OS in driver module? To reboot, at shell level try -- sync; reboot To unload/remove a module try -- rmmod hth