Reverted some local changes that aren't meant to be checked in yet.
authorArt Yerkes <art.yerkes@gmail.com>
Fri, 7 Jan 2005 19:16:19 +0000 (19:16 +0000)
committerArt Yerkes <art.yerkes@gmail.com>
Fri, 7 Jan 2005 19:16:19 +0000 (19:16 +0000)
svn path=/trunk/; revision=12874

reactos/Makefile
reactos/bootdata/txtsetup.sif

index ee5d862..9a1084c 100644 (file)
@@ -38,7 +38,7 @@ BUS = acpi isapnp pci
 
 # Filesystem libraries
 # vfatlib
-LIB_FSLIB = vfatlib ext2lib
+LIB_FSLIB = vfatlib
 
 # Static libraries
 LIB_STATIC = string rosrtl epsapi uuid libwine zlib rtl tgetopt pseh adns dxguid strmiids
@@ -83,7 +83,7 @@ INPUT_DRIVERS = keyboard mouclass psaux sermouse
 
 # Kernel mode file system drivers
 # cdfs ext2 fs_rec ms np vfat
-FS_DRIVERS = cdfs fs_rec ms np vfat ext2 mup ntfs
+FS_DRIVERS = cdfs fs_rec ms np vfat mup ntfs
 
 # Kernel mode networking drivers
 # afd ndis npf tcpip tdi wshtcpip
index 94b7909..ba59808 100644 (file)
@@ -29,15 +29,14 @@ ntfs.sys      = 3
 ntoskrnl.exe  = 2
 scsiport.sys  = 3
 vfatfs.sys    = 3
-ext2.sys      = 3
 
 [Cabinets]
 Cabinet=reactos.cab
 
 [SetupData]
 DefaultPath = \ReactOS
-;OsLoadOptions = "/NOGUIBOOT /NODEBUG"
-OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1"
+OsLoadOptions = "/NOGUIBOOT /NODEBUG"
+;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1"
 ;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=SCREEN"
 ;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"