9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] panic floppyinitdev
@ 2002-11-05 10:31 Geoff Collyer
  0 siblings, 0 replies; 2+ messages in thread
From: Geoff Collyer @ 2002-11-05 10:31 UTC (permalink / raw)
  To: 9fans

It's in the boot code:

	: alpha; pwd
	/sys/src/boot/pc
	: alpha; grep -n floppyinitdev *.c
	bcom.c:13: 		floppyinit, floppyinitdev,
	devfloppy.c:204: floppyinitdev(int i, char *name)
	devfloppy.c:207: 		panic("floppyinitdev");
	load.c:13: 		floppyinit, floppyinitdev,

Here's the relevant function:

	void
	floppyinitdev(int i, char *name)
	{
		if(i >= fl.ndrive)
			panic("floppyinitdev");
		sprint(name, "fd%d", i);
	}

It's apparently trying to initialise a floppy that the boot code
believes you don't have.  I'd guess that the BIOS isn't aware of your
add-on floppy controller.  See what your BIOS Setup screen thinks you
have.  Is the add-on floppy controller at the standard address?



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9fans] panic floppyinitdev
@ 2002-11-05  9:35 steve.simon
  0 siblings, 0 replies; 2+ messages in thread
From: steve.simon @ 2002-11-05  9:35 UTC (permalink / raw)
  To: 9fans

Hi,

Trying to install plan9 on an ancient 33Mhz 486 with 48Mbytes  - to be my auth
server,
maybe this is just too low spec? However I dont think its my current problem.

On boot from ths Ed4 boot floppy I get:

    PBS...
    panic: floppyinitdev

The motherboard has no IDE/floppy so there is a seperate multiI/O card, I can
try replacing this,
but I thought I would ask first - what confuses me is that I cannot find this
error in the sources.

Any thoughts or is this machine for the trash? (it was freebe :-)

-Steve



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-05 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-05 10:31 [9fans] panic floppyinitdev Geoff Collyer
  -- strict thread matches above, loose matches on Subject: below --
2002-11-05  9:35 steve.simon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).