Changes between Version 3 and Version 4 of DebuggingAndSuch


Ignore:
Timestamp:
Jul 28, 2010, 10:06:10 PM (14 years ago)
Author:
David Azarewicz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingAndSuch

    v3 v4  
    33== Logging ==
    44
    5 The 32-bit drivers do some interal logging.  To extract this data
     5The drivers do some internal logging.  To extract this data
    66
    77{{{
    8 copy alsa32$ alsa32.log
    98copy alsahlp$ alsahlp.log
    109}}}
    1110
    12 It appears that the logs are cleared by the copy.
     11Uniaud16 sends its logging to the uniaud32 log and each line from Uniaud16 is preceded by "U16:".
    1312
     13The Retail versions of both uniaud16 and uniaud32 only output error messages and other important messages.  The Debug versions output much more
     14verbose information.
     15
     16== Real Time Logs ==
     17
     18You can see the log output in real time by connecting a terminal or second system to the serial port.
     19
     20Enable 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{{{
     23DEVICE=D:\MMOS2\UNIAUD32.SYS /P:1
     24}}}
     25
     26Set the serial port baud rate to 115200, 8 bits, no parity.
     27{{{
     28mode com1:115200,n,8,1
     29}}}
    1430
    1531== Trap Dumps ==