Skip to content

Commit

Permalink
ahh
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Nov 13, 2024
1 parent f40bfa6 commit 424e3ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot/bootdata/bootcd/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 get unattended setup working
; yes - unattend setup enabled
; no - unattend setup disabled
UnattendSetupEnabled = yes
UnattendSetupEnabled = no

; Install to \Device\Harddisk0\Partition1\ReactOS
DestinationDiskNumber = 1
Expand Down
2 changes: 1 addition & 1 deletion drivers/wdm/audio/hdaudbus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ add_library(hdaudbus MODULE ${SOURCE})
set_module_type(hdaudbus kernelmodedriver)
target_link_libraries(hdaudbus libcntpr ${PSEH_LIB})
add_importlibs(hdaudbus ntoskrnl hal)
add_cd_file(TARGET hdaudbus DESTINATION reactos/system32/drivers FOR all)
#add_cd_file(TARGET hdaudbus DESTINATION reactos/system32/drivers FOR all)
add_driver_inf(hdaudbus hdaudbus.inf)
Binary file added modules/MSDX-i386/drivers/hdaudbus.sys
Binary file not shown.

0 comments on commit 424e3ae

Please sign in to comment.