On Thu, Jun 24, 2010 at 04:29:32PM +0200, Manuel Bouyer wrote: > init doing a exit(12) would be: > warn("Unable to run MAKEDEV"); > _exit(12); > probably because fork() failed. Damn - yes, it is. Martin