21
In order to copy Flashbin.exe, flsh.cpu, and the BIOS binary image onto the FreeDOS boot
diskette, the following modifications must be made:
• FreeDOS directory
o Delete all the files except FDAUTO.BAT and GPL.COM
o Modify FDAUTO.BAT to contain the following statements:
@echo off
set disksrc=A:
set bootsrc=realdisk
set cputype=80386
• Driver directory
o Delete all files except HIMEM.EXE
• Root directory
o Modify FDCONIG.SYS to contain the following statements:
!FILES=20
!BUFFERS=20
!LASTDRIVE=Z
!SET PATH=A:\FREEDOS
!SWITCHES=/F /N
!SHELLHIGH=A:\COMMAND.COM A:\ /D /K
A:\FREEDOS\FDAUTO.BAT
!echo=Welcome to FreeDOS (http://www.freedos.org
)!