mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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)rdisk(0)partition(1)\reactos
|
||||||
; multi(0)disk(0)fdisk(0)
|
; multi(0)disk(0)fdisk(0)
|
||||||
; Options - sets the command line options for the kernel being booted
|
; Options - sets the command line options for the kernel being booted
|
||||||
; Kernel - sets the kernel filename
|
; Kernel - sets the kernel filename (default: ntoskrnl.exe)
|
||||||
; Driver - sets the name of one or more drivers to be loaded (one entry per driver)
|
; Hal - sets the HAL filename (default: hal.dll)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[FREELOADER]
|
[FREELOADER]
|
||||||
|
@ -118,28 +116,21 @@ SystemPath=multi(0)disk(0)rdisk(0)partition(1)\reactos
|
||||||
Options=/DEBUGPORT=SCREEN
|
Options=/DEBUGPORT=SCREEN
|
||||||
Kernel=\REACTOS\SYSTEM32\NTOSKRNL.EXE
|
Kernel=\REACTOS\SYSTEM32\NTOSKRNL.EXE
|
||||||
Hal=\REACTOS\SYSTEM32\HAL.DLL
|
Hal=\REACTOS\SYSTEM32\HAL.DLL
|
||||||
Driver=\REACTOS\SYSTEM32\DRIVERS\IDE.SYS
|
|
||||||
Driver=\REACTOS\SYSTEM32\DRIVERS\VFATFS.SYS
|
|
||||||
|
|
||||||
; Load ReactOS from floppy (drive A:)
|
; Load ReactOS from floppy (drive A:)
|
||||||
[ReactOSFloppy]
|
[ReactOSFloppy]
|
||||||
Name="ReactOS (Floppy)"
|
|
||||||
BootType=ReactOS
|
BootType=ReactOS
|
||||||
SystemPath=multi(0)disk(0)fdisk(0)
|
SystemPath=multi(0)disk(0)fdisk(0)
|
||||||
Options=/DEBUGPORT=SCREEN
|
Options=/DEBUGPORT=SCREEN
|
||||||
Kernel=\reactos\NTOSKRNL.EXE
|
Kernel=\reactos\NTOSKRNL.EXE
|
||||||
Hal=\reactos\HAL.DLL
|
Hal=\reactos\HAL.DLL
|
||||||
Driver=\reactos\IDE.SYS
|
|
||||||
Driver=\reactos\VFATFS.SYS
|
|
||||||
|
|
||||||
;[ReactOS (Debug)]
|
;[ReactOS (Debug)]
|
||||||
;BootType=ReactOS
|
;BootType=ReactOS
|
||||||
;BootDrive=0
|
;SystemPath=multi(0)disk(0)rdisk(0)partition(1)\reactos
|
||||||
;Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=19200
|
;Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=19200
|
||||||
;Kernel=\NTOSKRNL.EXE
|
;Kernel=\NTOSKRNL.EXE
|
||||||
;Hal=\HAL.DLL
|
;Hal=\HAL.DLL
|
||||||
;Driver=\DRIVERS\IDE.SYS
|
|
||||||
;Driver=\DRIVERS\VFATFS.SYS
|
|
||||||
|
|
||||||
[Linux]
|
[Linux]
|
||||||
BootType=Linux
|
BootType=Linux
|
||||||
|
|
Loading…
Reference in a new issue