Build and install beep and null driver.

svn path=/trunk/; revision=3252
This commit is contained in:
Eric Kohl 2002-07-18 00:31:40 +00:00
parent 99197ba099
commit 3b8674494e
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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