Displaying 1 result from an estimated 1 matches for "doslaunch".
2013 Jan 31
5
Request for built-in DOS launch module
...d repeat these fragile steps of trying to prepare FreeDOS autoexec
images...
Perhaps there is already a better way available? But if not, it would be
wonderful if SYSLINUX had a built-in module that automagically
accomplishes all of the tediousness described above, e.g.:
LABEL biosflash
KERNEL doslaunch.c32
INITRD flashtool.exe or files.zip or files.tar.gz
APPEND exec=flashtool.exe
I would imagine this would do something along the following lines: set
up a DOS-like environment with an extra drive letter for a growable
ramdisk, copy the INITRD file or archive (unpacking as necessary) into
that...