From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 2 Sep 1995 10:14:51 -0400 From: jmk@plan9.att.com jmk@plan9.att.com Subject: fixes in the works Topicbox-Message-UUID: 1ea0f7d2-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950902141451.kBVX-H5QehdLhM9PQWKhLnF-Uyo24EuzSjZoKTokvA0@z> We have fixes in the works (with help from others) for the floppy disc read and Adaptec 1542CF timeout problems. These will hopefully be available for pick-up by ftp by this time next week. Source updates based on diffs to the distribution source should also start appearing soon. The hard disc partitioning problem will take longer to fix, but I've started working on it. Unfortunately it means doing a crash-course in booting OS/2 and Linux. Now, some specific questions: > From: pynq@ellis.uchicago.EDU (Jeremy Mathers) > Subject: Still can't get the demo version to install on any of my PCs. > ... > 3) On the laptop (386, 4 megs of memory), it got pretty far into > the installation, but then ran out of memory. (Message "No > physical memory" scrolls by over and over and then the > machine hung.) Installing the Plan 9 Distribution states 8Mb of memory is necessary. It might work with 6Mb. > From: pp000199@pop3.INTerramp.COM (Atindra Chaturvedi) > Subject: Plan9 on IBM Thinkpad installation > ... > 1. Plan9 does not boot from 2.84M diskette drive. > 2. Using 1.4M diskette drive and 810M IDE drive Plan9 boots but hd0 shows > up with zero heads and zero tracks but the right number of bytes. Later > on in the installation, while copying files I get >Problem copying files > and I/O errors etc. > 3. Using 1.4M diskette drive and 540M IDE drive Plan9 boots and hd0 shows > the correct geometry. Later on I have the same problem as in item 2 > above. > ... > I had the same diskette drive boot problem with earlier Linux kernels. > With the newer ones I have to enter the string "floppy=thinkpad" which > configures the kernel for the "inverted DCL bit", after which everything > works well. I suspect the same problem with Plan9 b.com !?! We don't have a Thinkpad. It's possible that the floppy driver fixes mentioned above will fix your problem with the 1.44Mb drive. Perhaps someone more familiar with the Thinkpad hardware can help with the 'inverted DCL' fix. When a hard disc geometry shows up with 0 heads and 0 tracks but the correct size it indicates that the drive is in LBA mode (the current b.com does not print values for heads and tracks in this case). > From: staffanu@tcs07.nada.kth.SE (Staffan Ulfberg) > Subject: Re: Installation problems:-( > ... > When b.com is started, it prints info about the hard drives it can > find on the screen; in my case: > > >hd0: 1669260 sectors 854661120 bytes > >hd1: 128 sectors 280559616 bytes (This is wrong! The drive is 560MB.) > (Exactly half of "real capacity"?) > ... > erroneous. Now, does anybody know: does b.com use the BIOS to read > the disk? Is it worth trying to change the BIOS addressing of the > drive (NORMAL/LBA/LARGE are possible choices). I already tried Yes, this is clearly wrong. As mentioned above, these drives are in LBA mode and the size is taken from the drive's response to an Ident command. Looking in the driver I can see a path to messing this up if the drive subsequently times-out doing a read of the supposedly last sector of the disc. I will check on this. The first thing b.com does is a BIOS call to set CGA mode. That's the only use of the BIOS.