mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Reverted some local changes that aren't meant to be checked in yet.
svn path=/trunk/; revision=12874
This commit is contained in:
parent
014a3fa6f0
commit
c0a9a2be94
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue