mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Added OsLoadOptions (kernel command line).
svn path=/trunk/; revision=4757
This commit is contained in:
parent
f8758cae49
commit
c028a8b5e0
1 changed files with 4 additions and 0 deletions
|
@ -119,6 +119,10 @@ winemine.exe = 2
|
|||
|
||||
[SetupData]
|
||||
DefaultPath = \ReactOS
|
||||
OsLoadOptions = "/NODEBUG"
|
||||
;OsLoadOptions = "/DEBUGPORT=COM1"
|
||||
;OsLoadOptions = "/DEBUGPORT=SCREEN"
|
||||
;OsLoadOptions = "/DEBUGPORT=BOCHS"
|
||||
|
||||
[HiveInfs.Install]
|
||||
AddReg=hivecls.inf,AddReg
|
||||
|
|
Loading…
Reference in a new issue