Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Software requirements:
* **/PCI_ID** - option required for Intel/Broadcom 10Gb/40Gb LAN Controllers (without this option, driver set too small size of memory buffer for 10Gb+ cards)

Optional:
* **/BUSPARAMS=4.25.8** - When you have more than 1 netcard (also PCI/PCIe WLAN), look in Device Manager and search there for your used lan card, here for example PCI-Bus 4, Device 25, Function 8. This option force to use only this lan card. Without this option, debugging will not work! The OS boots normally, in the Device Manager lan card is in Other devices section with normal PCI Vendor Device ID (not DEAD BEEF) and the WLAN card is not visible.

* **/BREAK** - instant stop at INT3 opcode, if LAN card was not intialized properly by kdnet, Target PC will be rebooted

Expand All @@ -107,8 +108,6 @@ Optional:

* **/PCI_ID** - search LAN Card by VEN_ID & DEV_ID, for example Realtek PCI-e LAN card in Device Manager detected as PCI\VEN_10EC&DEV_8136, to skip autodetect and use this card set /PCI_ID=10EC8136 (must be 8 chars !)

* **/BUSPARAMS=4.25.8** - obsolete option (When you have more than 1 netcard, look in Device Manager and search there for your used lan card, here for example PCI-Bus 4, Device 25, Function 8. This option force to use only this netcard)

8) Disable firewall at Host on choosen UDP Port

9) Connect both PC to you network (hub/switch) or by cable directly
Expand Down