mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Don't build ide.sys any longer.
svn path=/trunk/; revision=3872
This commit is contained in:
parent
30b8d5cc45
commit
34056f0e1c
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue