Date: Sun, 11 May 1997 05:39:45 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c Message-ID: <199705111239.FAA20498@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/05/11 05:39:45 Modified: sys/i386/i386 machdep.c Log: Fixed initialization of ldt[]. Unused entries were garbage. A comment was stale. Fixed initialization of gdt[] for the BDE_DEBUGGER case. APM entries clobbered debugger entries if the debugger was loaded (APM is incompatible with BDE_DEBUGGER) and unused entries were garbage if the debugger wasn't loaded. Revision Changes Path 1.241 +8 -4 src/sys/i386/i386/machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705111239.FAA20498>