mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:53:05 +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
|
# Filesystem libraries
|
||||||
# vfatlib
|
# vfatlib
|
||||||
LIB_FSLIB = vfatlib ext2lib
|
LIB_FSLIB = vfatlib
|
||||||
|
|
||||||
# Static libraries
|
# Static libraries
|
||||||
LIB_STATIC = string rosrtl epsapi uuid libwine zlib rtl tgetopt pseh adns dxguid strmiids
|
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
|
# Kernel mode file system drivers
|
||||||
# cdfs ext2 fs_rec ms np vfat
|
# 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
|
# Kernel mode networking drivers
|
||||||
# afd ndis npf tcpip tdi wshtcpip
|
# afd ndis npf tcpip tdi wshtcpip
|
||||||
|
|
|
@ -29,15 +29,14 @@ ntfs.sys = 3
|
||||||
ntoskrnl.exe = 2
|
ntoskrnl.exe = 2
|
||||||
scsiport.sys = 3
|
scsiport.sys = 3
|
||||||
vfatfs.sys = 3
|
vfatfs.sys = 3
|
||||||
ext2.sys = 3
|
|
||||||
|
|
||||||
[Cabinets]
|
[Cabinets]
|
||||||
Cabinet=reactos.cab
|
Cabinet=reactos.cab
|
||||||
|
|
||||||
[SetupData]
|
[SetupData]
|
||||||
DefaultPath = \ReactOS
|
DefaultPath = \ReactOS
|
||||||
;OsLoadOptions = "/NOGUIBOOT /NODEBUG"
|
OsLoadOptions = "/NOGUIBOOT /NODEBUG"
|
||||||
OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1"
|
;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1"
|
||||||
;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=SCREEN"
|
;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=SCREEN"
|
||||||
;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"
|
;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue