From 34056f0e1cdb45cb2614fe0a0fd60f8f7dd4f910 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 12 Dec 2002 17:04:01 +0000 Subject: [PATCH] Don't build ide.sys any longer. svn path=/trunk/; revision=3872 --- reactos/Makefile | 5 +++-- reactos/install.bat | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 46bfe87935c..1de968d913e 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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 diff --git a/reactos/install.bat b/reactos/install.bat index 0912556a0f1..b124a5d9878 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -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