Skip to content

Commit

Permalink
KDNET For George
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Nov 11, 2024
1 parent 6aa11ac commit e15a587
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boot/bootdata/livecd.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Options=/FASTDETECT /MININT
[LiveCD_Debug]
BootType=Windows2003
SystemPath=\reactos
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /FASTDETECT /MININT
Options=/HAL=HALACPI.DLL /DEBUG /DEBUGPORT=NET /HOST_IP=XXX.XXX.XXX.XXX /HOST_PORT=50000 /ENCRYPTION_KEY=make.reactos.great.again /W2003 /CPUFREQ=3000 /SOS /FASTDETECT /MININT

[LiveCD_Macpi]
BootType=Windows2003
Expand Down
8 changes: 8 additions & 0 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ endif()
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/optional/DroidSansFallback.ttf)
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/optional/DroidSansFallback.ttf" DESTINATION reactos/Fonts FOR livecd)
endif()

## Slipstreaming drivers
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/system32/)
file(GLOB_RECURSE EXTRA_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/system32/ ${CMAKE_CURRENT_SOURCE_DIR}/system32/*)
foreach(item ${EXTRA_FILES})
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/system32/${item} DESTINATION reactos/system32 NAME_ON_CD ${item} FOR all)
endforeach(item)
endif()
Binary file added modules/system32/broadcom_kdstub.dll
Binary file not shown.
1 change: 1 addition & 0 deletions modules/system32/example.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Options=/DEBUG /DEBUGPORT=NET /HOST_IP=XXX.XXX.XXX.XXX /HOST_PORT=50000 /ENCRYPTION_KEY=make.reactos.great.again /W2003 /CPUFREQ=3000
Binary file added modules/system32/kdnet.dll
Binary file not shown.
Binary file added modules/system32/kdstub.dll
Binary file not shown.

0 comments on commit e15a587

Please sign in to comment.