Path: utzoo!attcan!uunet!fernwood!apple!decwrl!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: disk controllers Message-ID: <34956@nigel.ee.udel.edu> Date: 30 Oct 90 12:06:23 GMT Sender: mmdf@ee.udel.edu Lines: 12 How can the kernel read drive parameters from a disk file before the drivers get initialized. So you must at least make the kernel so intelligent to read the root disk. P.S. The kernel knows nothing about file system structure and has to call FS for that, blocked waiting. FS will call a driver... is this deadlock-proof? I still prefer to control everything through the minor device numbers. C.v.W.