Date: Tue, 24 Aug 1999 23:44:32 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c bioscall.s Message-ID: <199908250644.XAA03877@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/08/24 23:44:32 PDT Modified files: sys/i386/i386 bios.c bioscall.s Log: Use the far jump for the base of the page arithmatic rather than the calling function, otherwise Bad Things Happen(tm) when bios16_call is not in the same page as bios_jmp. Reviewed by: msmith Revision Changes Path 1.20 +3 -3 src/sys/i386/i386/bios.c 1.4 +4 -3 src/sys/i386/i386/bioscall.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908250644.XAA03877>