mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Removed obsolete settings.
svn path=/trunk/; revision=4724
This commit is contained in:
parent
7bd3409f53
commit
031f55682e
1 changed files with 3 additions and 12 deletions
|
@ -65,10 +65,8 @@
|
|||
; multi(0)disk(0)rdisk(0)partition(1)\reactos
|
||||
; multi(0)disk(0)fdisk(0)
|
||||
; Options - sets the command line options for the kernel being booted
|
||||
; Kernel - sets the kernel filename
|
||||
; Driver - sets the name of one or more drivers to be loaded (one entry per driver)
|
||||
|
||||
|
||||
; Kernel - sets the kernel filename (default: ntoskrnl.exe)
|
||||
; Hal - sets the HAL filename (default: hal.dll)
|
||||
|
||||
|
||||
[FREELOADER]
|
||||
|
@ -118,28 +116,21 @@ SystemPath=multi(0)disk(0)rdisk(0)partition(1)\reactos
|
|||
Options=/DEBUGPORT=SCREEN
|
||||
Kernel=\REACTOS\SYSTEM32\NTOSKRNL.EXE
|
||||
Hal=\REACTOS\SYSTEM32\HAL.DLL
|
||||
Driver=\REACTOS\SYSTEM32\DRIVERS\IDE.SYS
|
||||
Driver=\REACTOS\SYSTEM32\DRIVERS\VFATFS.SYS
|
||||
|
||||
; Load ReactOS from floppy (drive A:)
|
||||
[ReactOSFloppy]
|
||||
Name="ReactOS (Floppy)"
|
||||
BootType=ReactOS
|
||||
SystemPath=multi(0)disk(0)fdisk(0)
|
||||
Options=/DEBUGPORT=SCREEN
|
||||
Kernel=\reactos\NTOSKRNL.EXE
|
||||
Hal=\reactos\HAL.DLL
|
||||
Driver=\reactos\IDE.SYS
|
||||
Driver=\reactos\VFATFS.SYS
|
||||
|
||||
;[ReactOS (Debug)]
|
||||
;BootType=ReactOS
|
||||
;BootDrive=0
|
||||
;SystemPath=multi(0)disk(0)rdisk(0)partition(1)\reactos
|
||||
;Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=19200
|
||||
;Kernel=\NTOSKRNL.EXE
|
||||
;Hal=\HAL.DLL
|
||||
;Driver=\DRIVERS\IDE.SYS
|
||||
;Driver=\DRIVERS\VFATFS.SYS
|
||||
|
||||
[Linux]
|
||||
BootType=Linux
|
||||
|
|
Loading…
Reference in a new issue