mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
Build and install beep and null driver.
svn path=/trunk/; revision=3252
This commit is contained in:
parent
99197ba099
commit
3b8674494e
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue