From owner-freebsd-current Thu Feb 17 12: 6:29 2000 Delivered-To: freebsd-current@freebsd.org Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146]) by hub.freebsd.org (Postfix) with ESMTP id 3862537B72B; Thu, 17 Feb 2000 12:06:15 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id PAA68820; Thu, 17 Feb 2000 15:05:47 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-Id: <200002172005.PAA68820@server.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200002172005.MAA00520@mass.cdrom.com> Date: Thu, 17 Feb 2000 15:05:47 -0500 (EST) From: John Baldwin To: Mike Smith Subject: Re: Thinkpad won't boot ISO image Cc: freebsd-current@FreeBSD.org, Gerald Abshez , "David E. Cross" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17-Feb-00 Mike Smith wrote: >> >> On 17-Feb-00 Mike Smith wrote: >> >> >> >> On 16-Feb-00 Mike Smith wrote: >> >> >> This is a problem with the thinkpad BIOS that I have not had the time to be >> >> >> able to track down. It would *appear* to be that the BIOS does not do >> >> >> int 13 handling on boot cdroms, and the boot/loader makes much use of that >> >> >> for loading the kernel and drivers. >> >> > >> >> > The problem with the Thinkpad BIOS is where it puts the emulated floppy >> >> > image's disk number - it's not in the 'normal' place, and I don't exactly >> >> > know how to deal with it cleanly. If someone were to lend me a thinkpad >> >> > or look at this it would be easy to fix. >> >> >> >> Err, which place? The emulated device is always BIOS drive 0x00, aka the >> >> first floppy drive when you are emulating a floppy. >> > >> > It's not, which is the "Thinkpad CDROM boot problem". The one report I >> > recall put it on 0x87, but I don't have any concrete evidence to suggest >> > that it's always there either. >> >> Gah. Then they need to learn how to read standards. It is passed in via %dl >> at least? > > After David's response, I'm wondering whether the problem isn't that they > _arent_ passing the value in via %dl, and we're just getting trash. Not > sure how it is that boot1/2 are working though. I don't think boot1/2 would work at all if %dl was wrong. One thing to note, is that when I finally get cdboot working to the point of loading the loader, I am going to have a similar problem since the device number typically used when booting from a CD is 0x9f, which is not contiguous from 0x80. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message