Don't build ide.sys any longer.

svn path=/trunk/; revision=3872
This commit is contained in:
Eric Kohl 2002-12-12 17:04:01 +00:00
parent 30b8d5cc45
commit 34056f0e1c
2 changed files with 3 additions and 3 deletions

View file

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

View file

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