The version of qhimem.sys I tested is 3.7. Himem is 3.26 (released by FreeDOS). The situation is like this: When using qhimem to boot with grub4dos, the computer will die. When using the boot made by vfloppy, when only loading qhimem or qhimem + emm386, running ghost will automatically restart. But when using FreeDOS's himem.exe, such a situation does not occur.
config.sys (qhimem)
config.sys (himem.exe)
config.sys (qhimem)
menuitem=M01, Clean Boot with QHIMEM support
menuitem=M02, Clean Boot with EMM386 support
menuitem=M03, Clean Boot with JEMM386 support
menuitem=M04, Clean Boot with UMBPCI support
menudefault=M02,5
menucolor=2,0
device=drv\qhimem.sys /N32 /B
include M01
device=drv\emm386.exe I=B000-B7FF NOEMS
include S01
device=drv\jemm386.exe I=B000-B7FF NOEMS
include M01
device=drv\umbpci.sys
devicehigh=drv\qcache.sys /F /L
shell=drv\command.com /E:2048 /P=drv\autoexec.bat
dos=high,umb,auto
numlock=on
fcbshigh=4,0
fileshigh=30
buffershigh=20,0
lastdrivehigh=32
stackshigh=9,256config.sys (himem.exe)
menuitem=M01, Clean Boot with HIMEM support
menuitem=M02, Clean Boot with EMM386 support
menuitem=M03, Clean Boot with JEMM386 support
menuitem=M04, Clean Boot with UMBPCI support
menudefault=M02,5
menucolor=2,0
device=drv\himem.exe
include M01
device=drv\emm386.exe I=B000-B7FF NOEMS
include S01
device=drv\jemm386.exe I=B000-B7FF NOEMS
include M01
device=drv\umbpci.sys
devicehigh=drv\qcache.sys /F /L
shell=drv\command.com /E:2048 /P=drv\autoexec.bat
dos=high,umb,auto
numlock=on
fcbshigh=4,0
fileshigh=30
buffershigh=20,0
lastdrivehigh=32
stackshigh=9,256

