Changes between Version 3 and Version 4 of DebuggingAndSuch
- Timestamp:
- Jul 29, 2010, 12:06:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingAndSuch
v3 v4 3 3 == Logging == 4 4 5 The 32-bit drivers do some interal logging. To extract this data5 The drivers do some internal logging. To extract this data 6 6 7 7 {{{ 8 copy alsa32$ alsa32.log9 8 copy alsahlp$ alsahlp.log 10 9 }}} 11 10 12 It appears that the logs are cleared by the copy.11 Uniaud16 sends its logging to the uniaud32 log and each line from Uniaud16 is preceded by "U16:". 13 12 13 The Retail versions of both uniaud16 and uniaud32 only output error messages and other important messages. The Debug versions output much more 14 verbose information. 15 16 == Real Time Logs == 17 18 You can see the log output in real time by connecting a terminal or second system to the serial port. 19 20 Enable the serial output by adding the "/P:1" or the "/P:2" switch to Uniaud32.sys in your config.sys. 21 /P:1 specifies to use serial port 1, and /P:2 specifies to use serial port 2. 22 {{{ 23 DEVICE=D:\MMOS2\UNIAUD32.SYS /P:1 24 }}} 25 26 Set the serial port baud rate to 115200, 8 bits, no parity. 27 {{{ 28 mode com1:115200,n,8,1 29 }}} 14 30 15 31 == Trap Dumps ==