Skip to content

Commit

Permalink
enable easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Nov 11, 2024
1 parent 5013bb0 commit 4db62d9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boot/bootdata/livecd/unattend.inf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Signature = "$ReactOS$"
; Set UnattendSetupEnabled to yes in order to boot the livecd immediately to desktop
; yes - unattend setup enabled
; no - unattend setup disabled
UnattendSetupEnabled = no
UnattendSetupEnabled = yes

; set this option to automatically
; specify language in the language setup
Expand Down
8 changes: 8 additions & 0 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,12 @@ if (MSDX)
message(FATAL_ERROR "Please provide the MS DX package in modules.")
endif()
endif()#

###
## Slipstreaming drivers
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/ros/)
file(GLOB_RECURSE EXTRA_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/ros/ ${CMAKE_CURRENT_SOURCE_DIR}/ros/*)
foreach(item ${EXTRA_FILES})
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/ros/${item} DESTINATION reactos NAME_ON_CD ${item} FOR all)
endforeach(item)
endif()
Binary file removed modules/MSDX-i386/system32/ativvaxx.cap
Binary file not shown.
Binary file removed modules/MSDX-i386/system32/ativvaxx.dll
Binary file not shown.

0 comments on commit 4db62d9

Please sign in to comment.