From: Brian P. <br...@sg...> - 2002-07-22 03:44:22
|
I have added a new feature to FreeLoader that allows you to remap the BIOS drives. You can remap up to 4 drives. To remap a drive just add a DriveMap= line to freeldr.ini for the OS-section you want it to apply to. The syntax for it is DriveMap=source,destination For example: DriveMap=hd0,hd1 DriveMap=hd1,hd0 This will swap hard drives 1 & 2. DriveMap=fd1,fd0 This will map the second floppy drive to the first DriveMap=hd0,hd2 This will map the first hard drive to the third hard drive. Brian |