Date: Wed, 07 Oct 1998 00:40:11 -0700 From: Mike Smith <mike@smith.net.au> To: Robert Nordier <rnordier@nordier.com> Cc: seggers@semyam.dinoco.de (Stefan Eggers), mike@smith.net.au, freebsd-current@FreeBSD.ORG Subject: Re: Boot loader's autoload bug fix (was: Re: Two /boot/loader anomalies ) Message-ID: <199810070740.AAA01144@dingo.cdrom.com> In-Reply-To: Your message of "Sat, 07 Oct 1998 09:11:27 %2B0200." <199810070711.JAA04020@ceia.nordier.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > return(!(vm86.efl & PSL_Z)); > > > > > > and include <machine/psl.h> > > > > > > Can you check this for me? > > > > Did it and with this test it always thinks a character was input and > > wait for the user.-> Same as before. Reversing the test makes it > > ignore all user input. > > Change the first function statement from > > v86.ctl = 0; > > to > > v86.ctl = V86_FLAGS; Whoops. Done, and thanks. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810070740.AAA01144>