Updated freeldr.ini to work with latest .ini file changes.

svn path=/trunk/; revision=4088
This commit is contained in:
Brian Palmer 2003-01-31 02:44:32 +00:00
parent 6c8aa0f44c
commit 8ae622059e

View file

@ -70,20 +70,10 @@
[FREELOADER] [FREELOADER]
MessageLine=Welcome to FreeLoader! MessageBox=Welcome to FreeLoader!\nCopyright (c) 2003 by Brian Palmer <brianp@sginet.com>\n\nThis is a sample FreeLoader configuration file.\nEdit FREELDR.INI to change the boot settings.
MessageLine=Copyright (c) 2002 by Brian Palmer <brianp@sginet.com> DefaultOS=ReactOSHD
MessageLine=
MessageBox=Edit your FREELDR.INI file to change your boot settings.
OS=ReactOS (HD)
OS=ReactOS (Floppy)
;OS=ReactOS (Debug)
OS=Linux
OS=LinuxInitrd
OS=3« Floppy (A:)
OS=Microsoft Windows (C:)
OS=Drive D:
DefaultOS=ReactOS (Floppy)
TimeOut=10 TimeOut=10
; DisplayMode can be: ; DisplayMode can be:
@ -96,7 +86,7 @@ TimeOut=10
; 0x503C for 80x60 ; 0x503C for 80x60
[Display] [Display]
DisplayMode=NORMAL_VGA DisplayMode=NORMAL_VGA
TitleText=Boot Menu TitleText=Brians Custom FreeLoader Boot Disk
StatusBarColor=Cyan StatusBarColor=Cyan
StatusBarTextColor=Black StatusBarTextColor=Black
BackdropTextColor=White BackdropTextColor=White
@ -111,10 +101,18 @@ MenuColor=Blue
TextColor=Yellow TextColor=Yellow
SelectedTextColor=Black SelectedTextColor=Black
SelectedColor=Gray SelectedColor=Gray
SpecialEffects=Yes
[Operating Systems]
ReactOSHD="ReactOS (HardDrive)"
ReactOSFloppy="ReactOS (Floppy)"
Linux="Debian Linux"
Floppy="3 1/2 Floppy (A:)"
MSWinders="Microsoft Windows (C:)"
DriveD="Drive D:"
; Load ReactOS from harddisk (drive C:) ; Load ReactOS from harddisk (drive C:)
[ReactOS (HD)] [ReactOSHD]
Name="ReactOS (HardDrive)"
BootType=ReactOS BootType=ReactOS
SystemPath=multi(0)disk(0)rdisk(0)partition(1)\reactos SystemPath=multi(0)disk(0)rdisk(0)partition(1)\reactos
Options=/DEBUGPORT=SCREEN Options=/DEBUGPORT=SCREEN
@ -124,7 +122,7 @@ Driver=\REACTOS\SYSTEM32\DRIVERS\IDE.SYS
Driver=\REACTOS\SYSTEM32\DRIVERS\VFATFS.SYS Driver=\REACTOS\SYSTEM32\DRIVERS\VFATFS.SYS
; Load ReactOS from floppy (drive A:) ; Load ReactOS from floppy (drive A:)
[ReactOS (Floppy)] [ReactOSFloppy]
Name="ReactOS (Floppy)" Name="ReactOS (Floppy)"
BootType=ReactOS BootType=ReactOS
SystemPath=multi(0)disk(0)fdisk(0) SystemPath=multi(0)disk(0)fdisk(0)
@ -135,7 +133,6 @@ Driver=\reactos\IDE.SYS
Driver=\reactos\VFATFS.SYS Driver=\reactos\VFATFS.SYS
;[ReactOS (Debug)] ;[ReactOS (Debug)]
;Name="ReactOS (Debug)"
;BootType=ReactOS ;BootType=ReactOS
;BootDrive=0 ;BootDrive=0
;Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=19200 ;Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=19200
@ -145,33 +142,26 @@ Driver=\reactos\VFATFS.SYS
;Driver=\DRIVERS\VFATFS.SYS ;Driver=\DRIVERS\VFATFS.SYS
[Linux] [Linux]
Name="Debian Linux 2.2.17"
BootType=Linux BootType=Linux
BootDrive=0 BootDrive=hd1
BootPartition=1
Kernel=/vmlinuz Kernel=/vmlinuz
Initrd=/initrd.img
CommandLine="root=/dev/sdb1" CommandLine="root=/dev/sdb1"
[Linux] [Floppy]
Name="Linux w/Initrd"
BootType=Linux
BootDrive=0x80
BootPartition=1
Kernel=/vmlinuz
Initrd=/initrd.gz
CommandLine=
[3« Floppy (A:)]
Name="3« Floppy (A:)"
BootType=Drive BootType=Drive
BootDrive=0 BootDrive=fd0
[Microsoft Windows (C:)] [MSWinders]
Name="Microsoft Windows (C:)"
BootType=Drive
BootDrive=0x80
[Drive D:]
Name="Drive D:"
BootType=Partition BootType=Partition
BootDrive=0x81 BootDrive=hd0
BootPartition=1
;DriveMap=hd1,hd0
;DriveMap=hd2,hd0
;DriveMap=hd3,hd0
[DriveD]
BootType=Partition
BootDrive=hd1
BootPartition=1 BootPartition=1