From 3b8674494ea9111aad7efd819725377f8b40053d Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 18 Jul 2002 00:31:40 +0000 Subject: [PATCH] Build and install beep and null driver. svn path=/trunk/; revision=3252 --- reactos/Makefile | 2 +- reactos/install.bat | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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