Re: Kernel-user application/deamon communication

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 23 Jul 1997 21:06:20 +0100 (BST)


> I would use the kerneld API to start the application. The application

That assumes the user has kerneld and you dont want future porting to
other machines. The more common and portable approach used for stuff like
firmware reloads on NCR towers is to open the device and do a "wait
until something occurs" ioctl() from a user program. Thats portable across
all unix platforms and Linux with or without kerneld