Displaying 4 results from an estimated 4 matches for "shsucdx".
2005 Sep 03
3
MSCDEX over NDIS ethernet
I would like to implement a replacement MSCDEX driver (based on the
replacement in FreeDOS SHSUCDX
http://johnson.tmfc.net/freedos/shsucdx.html and SYSLINUX) however
instead of talking to disk BIOS calls or PATA chipset I would like it to
talk to the NDIS driver and act as a TFTP client simply forfulling
application get block requests through TFTP.
Its not clear where the ISO9660 CD filesy...
2005 Feb 10
2
Using CD to boot memdisk images?
I have a 32MB HD image that I can pxelinux.0/memdisk boot without issue. I
would like to both memdisk and my image on a CD and then boot from the CD
with pxelinux.0. Is this possible? If so how?
Thanks.
2013 Mar 01
2
Booting an ISO with FreeDOS over PXE with memdisk
..., but I can modify it if needed (change
the DOS setup for instance).
>From the FreeDOS boot image:
config.sys:
DEVICE=FDXMS.SYS
DEVICE=SRDXMS.SYS
DOS=HIGH, UMB
LASTDRIVE=Z
BREAK=ON
DEVICE=CDDRV.SYS /D:mscd001
STACKS=9,256
autoexec.bat:
@echo off
PROMPT $P$G
VERIFY ON
BREAK ON
SRDISK 4096
LH SHSUCDX.EXE /D:mscd001,F,,1
--
Per Jessen, Z?rich (0.5?C)
http://www.dns24.ch/ - free DNS hosting, made in Switzerland.
2012 Jun 25
1
how to create bootable FreeDOS HDD or USB flash drive?
...unt 10MB /media/10MBfiledir/ -o loop,offset=32256
root at debian64:~#
9) Copied files from fdboot.img floppy image and few additional ones:
root at debian64:~# ls /media/10MBfiledir/
atiflash.exe CHOICE.EXE DEVLOAD.COM ELTORITO.SYS FDCONFIG.SYS
fdisk.ini HD5870.rom KERNEL.SYS MDISKCHK.COM SHSUCDX.COM
UIDE.SYS USB2 XMSSIZE.COM
AUTOEXEC.BAT COMMAND.COM EDIT.EXE FDAPM.COM FDISK.EXE
GETARGS.COM jemmex.exe ldlinux.sys SHSUCDHD.EXE TDSK.EXE
UPDATE.BAT vmsmount.exe
root at debian64:~#
10) Unmounted 10MB image:
root at debian64:~# umount /media/10MBfiledir
root at debian64:~#...