WENGIER, please take a look at what basic things XMSDSK still needs when booting from the hard disk :)
After formatting the hard disk with FORMAT C:/S and rebooting, write the following two files on drive C, copy XMSDSK.EXE into it, and reboot again. It will stop at a blinking dot, or stop after showing the version number. So, if I want to simplify things as much as possible and create a virtual disk when booting from a hard disk partition, what is the absolute minimum, the fewest things, that I still need to add when using XMSDSK? :)
Hoping big brother WENGIER can kindly give me some advice :)
Contents of autoexec.bat:
@echo off
set ramdrv=
set ramdrv=z:
xmsdsk 4096 %ramdrv% /y /t
Contents of config.sys:
devicehigh=c:\xmsdsk.exe 4096
After formatting the hard disk with FORMAT C:/S and rebooting, write the following two files on drive C, copy XMSDSK.EXE into it, and reboot again. It will stop at a blinking dot, or stop after showing the version number. So, if I want to simplify things as much as possible and create a virtual disk when booting from a hard disk partition, what is the absolute minimum, the fewest things, that I still need to add when using XMSDSK? :)
Hoping big brother WENGIER can kindly give me some advice :)
Contents of autoexec.bat:
@echo off
set ramdrv=
set ramdrv=z:
xmsdsk 4096 %ramdrv% /y /t
Contents of config.sys:
devicehigh=c:\xmsdsk.exe 4096



ff