bobmc@ibmpcug.co.uk (Bob McDermott) (10/17/90)
Hi everyone, Could anyone help me with a wquery I have? I am trying to install Briuce's 386 kernel and am receiving the following message after pressing the '=' key : File system panic: FS can'yt report to MM Everything appeared to compile correctly with Brusce's compiler What is the best way to debug the OS , as printf statements don't work? My machine is a Hyundai 386C with 4Mb memory. Many thanks for any assistance, Bob -- Automatic Disclaimer: The views expressed above are those of the author alone and may not represent the views of the IBM PC User Group. --
evans@syd.dit.CSIRO.AU (Bruce.Evans) (10/23/90)
In article <1990Oct17.072237.7955@ibmpcug.co.uk> bobmc@ibmpcug.co.uk (Bob McDermott) writes: >I am trying to install Briuce's 386 kernel and am receiving >the following message after pressing the '=' key : > File system panic: FS can'yt report to MM My patches to build were incomplete, so it cannot handle the default 386 FS because it has a data segment larger than 64K. Try recompiling FS with NR_BUFS reduced to the 16-bit value. After bootstrapping, a 32-bit build will handle the default FS. -- Bruce Evans evans@syd.dit.csiro.au