diff --git a/reactos/Makefile b/reactos/Makefile index 902b0af388a..4ec0ca00069 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -50,7 +50,7 @@ DRIVERS_LIB = bzip2 zlib # Kernel mode device drivers # beep blue floppy ide keyboard mouse null parallel ramdrv serial vga vidport -DEVICE_DRIVERS = blue floppy ide null vga vidport +DEVICE_DRIVERS = beep blue floppy ide null vga vidport # Kernel mode input drivers # keyboard mouclass psaux sermouse diff --git a/reactos/install.bat b/reactos/install.bat index e6762cd95d0..7cd69952357 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -41,6 +41,8 @@ copy drivers\input\keyboard\keyboard.sys %ROS_INSTALL%\system32\drivers copy drivers\input\mouclass\mouclass.sys %ROS_INSTALL%\system32\drivers copy drivers\input\psaux\psaux.sys %ROS_INSTALL%\system32\drivers copy drivers\dd\blue\blue.sys %ROS_INSTALL%\system32\drivers +copy drivers\dd\beep\beep.sys %ROS_INSTALL%\system32\drivers +copy drivers\dd\null\null.sys %ROS_INSTALL%\system32\drivers copy drivers\dd\vga\miniport\vgamp.sys %ROS_INSTALL%\system32\drivers copy drivers\dd\vga\display\vgaddi.dll %ROS_INSTALL%\system32\drivers copy drivers\dd\vidport\vidport.sys %ROS_INSTALL%\system32\drivers