Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
3.8 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <HTML DIR="LTR"><HEAD>
  3. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  4. <TITLE>KD1394</TITLE>
  5. <STYLE TYPE="text/css">
  6. <!--
  7. BODY { font: normal 8pt Tahoma; background-color: #FFFFFF; }
  8. P { font: normal 8pt Tahoma; }
  9. .showhide { color: blue; text-decoration: underline; cursor: hand; }
  10. .callout { font: normal 8pt Tahoma; background-color: #E0E0E0; padding: 10pt; }
  11. .code { font: normal 8pt Courier New; }
  12. UL { font: normal 8pt Tahoma; list-style: square outside; margin-left: 0.25in; }
  13. OL { font: normal 8pt Tahoma; list-style: decimal outside; margin-left: 0.25in; }
  14. H1 { font: bold 12pt Tahoma; margin-bottom: -12pt; }
  15. H2 { font: bold 10pt Tahoma; margin-bottom: -12pt; }
  16. H3 { font: bold 8pt Tahoma; margin-bottom: -12pt; }
  17. H4 { font: italic 8pt Tahoma; margin-bottom: -12pt; }
  18. TABLE { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  19. CAPTION { font: bold 8pt Tahoma; text-align: left; padding: 2px; }
  20. THEAD { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
  21. TH { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
  22. TBODY { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  23. TD { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  24. TR { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  25. CODE { font-family: Courier New; }
  26. TT { font-family: Courier New; }
  27. KBD { font-family: Courier New; font-weight: bold; }
  28. VAR { font-family: Courier New; font-style: italic; }
  29. EM { font-style: italic; }
  30. I { font-style: italic; }
  31. STRONG { font-weight: bold; }
  32. B { font-weight: bold; }
  33. -->
  34. </STYLE></HEAD>
  35. <BODY TOPMARGIN="0">
  36. <H1><A NAME="kd1394"></A>KD1394</H1>
  37. <P>The KD1394 component includes the KD1394.dll file. This dynamic-link library (DLL) is used for kernel-mode debugging over the 1394 bus. This component is loaded on the target computer and requires that the 1394bus.sys and ohci1394.sys files be loaded on the target computer. </P>
  38. <H2>Component Configuration</H2>
  39. <P>You must enter parameters for this component in BOOT.INI. </P>
  40. <P>The following parameters are supported: </P>
  41. <P class="fineprint"></P>
  42. <TABLE>
  43. <TR VALIGN="top">
  44. <TH width=20%>Property or setting name</TH>
  45. <TH width=20%>Default setting</TH>
  46. <TH width=20%>Purpose and use</TH>
  47. <TH width=20%>Example property</TH>
  48. <TH width=20%>Example setting</TH>
  49. </TR>
  50. <TR VALIGN="top">
  51. <TD width=20%>
  52. <UL type="disc">
  53. <LI>/DEBUGPORT</li>
  54. </UL>
  55. </TD>
  56. <TD width=20%>
  57. <UL type="disc">
  58. <LI>None</li>
  59. </UL>
  60. </TD>
  61. <TD width=20%>
  62. <UL type="disc">
  63. <LI>Specifies the debug port to use for kernel debugging.</li>
  64. </UL>
  65. </TD>
  66. <TD width=20%>
  67. <UL type="disc">
  68. <LI>/DEBUGPORT=&lt;Port&gt;</li>
  69. </UL>
  70. </TD>
  71. <TD width=20%>
  72. <UL type="disc">
  73. <LI>/DEBUGPORT=1394</li>
  74. </UL>
  75. </TD>
  76. </TR>
  77. <TR VALIGN="top">
  78. <TD width=20%>
  79. <UL type="disc">
  80. <LI>/CHANNEL</li>
  81. </UL>
  82. </TD>
  83. <TD width=20%>
  84. <UL type="disc">
  85. <LI>None</li>
  86. </UL>
  87. </TD>
  88. <TD width=20%>
  89. <UL type="disc">
  90. <LI>Specifies the channel to use for 1394 kernel debugging.</li>
  91. </UL>
  92. </TD>
  93. <TD width=20%>
  94. <UL type="disc">
  95. <LI>/CHANNEL=&lt;ChannelNumber&gt;</li>
  96. </UL>
  97. </TD>
  98. <TD width=20%>
  99. <UL type="disc">
  100. <LI>/CHANNEL=5</li>
  101. </UL>
  102. </TD>
  103. </TR>
  104. </TABLE><BR>
  105. <P class="fineprint"></P>
  106. <H2>Special Notes</H2>
  107. <P>You should only select this component if you want to use the 1394 bus to debug your embedded system. </P>
  108. <H2>For More Information</H2>
  109. <P>For more information on this component, see this <A HREF="http://msdn.microsoft.com">Microsoft Web site</A>. </P>
  110. </BODY>
  111. </HTML>