mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
Don't build ide.sys any longer.
svn path=/trunk/; revision=3872
This commit is contained in:
@@ -49,8 +49,9 @@ LOADERS = dos
|
||||
DRIVERS_LIB = bzip2 zlib
|
||||
|
||||
# Kernel mode device drivers
|
||||
# beep blue floppy ide keyboard mouse null parallel ramdrv serenum serial vga vidport
|
||||
DEVICE_DRIVERS = beep blue floppy ide null serial vga vidport
|
||||
# Obsolete: ide
|
||||
# beep blue floppy null parallel ramdrv serenum serial vga vidport
|
||||
DEVICE_DRIVERS = beep blue floppy null serial vga vidport
|
||||
|
||||
# Kernel mode input drivers
|
||||
# keyboard mouclass psaux sermouse
|
||||
|
||||
@@ -35,7 +35,6 @@ copy drivers\fs\mup\mup.sys %ROS_INSTALL%\system32\drivers
|
||||
copy drivers\bus\acpi\acpi.sys %ROS_INSTALL%\system32\drivers
|
||||
copy drivers\bus\isapnp\isapnp.sys %ROS_INSTALL%\system32\drivers
|
||||
copy drivers\bus\pci\pci.sys %ROS_INSTALL%\system32\drivers
|
||||
copy drivers\dd\ide\ide.sys %ROS_INSTALL%\system32\drivers
|
||||
copy drivers\dd\floppy\floppy.sys %ROS_INSTALL%\system32\drivers
|
||||
copy drivers\input\keyboard\keyboard.sys %ROS_INSTALL%\system32\drivers
|
||||
copy drivers\input\mouclass\mouclass.sys %ROS_INSTALL%\system32\drivers
|
||||
|
||||
Reference in New Issue
Block a user