mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
e1ef078741
The idea then would be to have the following behaviour (when specifying the following options in the kernel command line): /DEBUGPORT=COMi --> load KDCOM.DLL and use COMi port (i == 1,2,3,4) if possible. /DEBUGPORT=FOO --> load KDFOO.DLL (useful for KDUSB.DLL, KD1394.DLL, KDBAZIS.DLL for VirtualKD, etc...) /DEBUGPORT=ROSDBG:[COMi|SCREEN|FILE|GDB|...] --> load KDROSDBG.DLL which contains the ROS kernel debugger, and use COMi or SCREEN or... as output port. svn path=/branches/kd++/; revision=58883
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
; Format:
|
|
; COMPONENT_NAME PATH_TO_COMPONENT_SOURCES
|
|
; COMPONENT_NAME - Name of the module. Eg. kernel32.
|
|
; PATH_TO_COMPONENT_SOURCES - Relative path to sources (relative to where rgenstat is run from).
|
|
|
|
advapi32 ../reactos/dll/win32/advapi32
|
|
crtdll ../reactos/dll/win32/crtdll
|
|
gdi32 ../reactos/dll/win32/gdi32
|
|
gdiplus ../reactos/dll/win32/gdiplus
|
|
iphlpapi ../reactos/dll/win32/iphlpapi
|
|
kernel32 ../reactos/dll/win32/kernel32
|
|
msvcrt ../reactos/dll/win32/msvcrt
|
|
rasapi32 ../reactos/dll/win32/rasapi32
|
|
rasdlg ../reactos/dll/win32/rasdlg
|
|
rasman ../reactos/dll/win32/rasman
|
|
rpcrt4 ../reactos/dll/win32/rpcrt4
|
|
secur32 ../reactos/dll/win32/secur32
|
|
snmpapi ../reactos/dll/win32/snmpapi
|
|
user32 ../reactos/dll/win32/user32
|
|
version ../reactos/dll/win32/version
|
|
winspool ../reactos/dll/win32/winspool
|
|
ws2_32 ../reactos/dll/win32/ws2_32
|
|
wsock32 ../reactos/dll/win32/wsock32
|
|
videoprt ../reactos/drivers/video/videoprt
|
|
ndis ../reactos/drivers/network/ndis
|
|
tdi ../reactos/drivers/network/tdi
|
|
scsiport ../reactos/drivers/storage/scsiport
|
|
ntoskrnl ../reactos/ntoskrnl
|
|
rtl ../reactos/lib/rtl
|
|
win32k ../reactos/subsystems/win32/win32k
|