Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!ns-mx!ccad.uiowa.edu!cadsi From: cadsi@ccad.uiowa.edu (CADSI) Newsgroups: comp.os.msdos.programmer Subject: Re: Borland C++ 2.0, report #2 Message-ID: <1991Mar12.045154.17973@ccad.uiowa.edu> Date: 12 Mar 91 04:51:54 GMT References: <7DoLy6w163w@turbo.atl.ga.us> Distribution: na Organization: CAD-Research, U. of Iowa, Iowa City, Iowa Lines: 15 From article <7DoLy6w163w@turbo.atl.ga.us>, by greg@turbo.atl.ga.us (Greg Montgomery): > cadsi@ccad.uiowa.edu (CADSI) writes: > > > What is the debug version of Windows?? What does it do different from > the regular Windows?? The Debug kernels of Windows replace krnl286.exe, krnl386.exe and the user.exe pieces of the Windows SYSTEM directory. The debug versions of these have significantly enhanced error checking so even miniscule bugs in a program are caught by Windows. This allow early detection of problems not possible without (or at least almost impossible anyway) the Debug kernels. These kernels come ONLY with the MS SDK. Tom Hite