Changes between Version 6 and Version 7 of Debugging Guide
- Timestamp:
- May 1, 2012, 4:45:22 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging Guide
v6 v7 6 6 == Installing the Trace Version of the Driver == 7 7 8 To install the trace version, copy the following files from the trace 9 directory of the distribution package to the directories on your boot 10 drive as indicated below: 8 To install the trace version, run the Warpin installation and select both 9 packages. 11 10 12 * driver.OS2 -> \IBMCOM\MACS 13 * driver.NIF -> \IBMCOM\MACS 14 * driver.SYM -> \IBMCOM\MACS 15 * TRC00F8.TFF -> \OS2\SYSTEM\TRACE 16 17 where driver is the driver that you are testing, such as R8169, NVETH, or E1000E. 11 To re-install the normal version, run the Warpin installation and uninstall the 12 trace package and reinstall the retail package. 18 13 19 14 To enable tracing, add these two lines to your CONFIG.SYS: … … 25 20 assumes that you have already setup this driver using mpts.exe. You do 26 21 not need to setup the driver using mpts.exe more than once, even if you 27 copy new versions of the driver into \IBMCOM\MACS. You just need to reboot 28 to start using the new version. 22 install new versions of the driver. You just need to reboot to start using the new version. 29 23 30 24 == Capturing the Trace ==