Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: (PC/AT) why not include 'sync' in keyboard.c (for rebooting?) Message-ID: <50762@nigel.ee.udel.edu> Date: 15 Apr 91 08:39:07 GMT Sender: usenet@ee.udel.edu Lines: 7 It is not allowd that drivers call FS or MM, this is against the MINIX hierarchy. When CTRL-ALT-DEL is pressed, on the interrupt path, you cannot call FS since it may not be listening. C.v.W.