HP Dc7900 BIOS Flash Q&A White Paper - Page 21

Shellhigh=a:\command.com A:\ /d /k

Page 21 highlights

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)! 21

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22

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 (
)!