Geraldo,

yes, after devloading the CD-ROM driver and associating it with a
drive, I'm able to access atiflash.exe and ROM images. However, I need
to find a solution to boot FreeDOS from USB memory stick :)


Bernd,

thank you for those commands! Am I technically correct that "DEVLOAD
ELTORITO.SYS /D:CD" loads the CD-ROM driver(is able to read CD's with
ISO9660 file system with El-Torito extension) and associates this
driver with name "CD"?
And "shsucdx /D:CD /Q" associates drive "C:"(or next available) with
the driver called "CD" and presents the "C:" as a network drive to the
rest of the system?


regards,
martin


2012/6/26, Bernd Blaauw <bbla...@home.nl>:
> Op 26-6-2012 19:39, Martin T schreef:
>> Geraldo,
>>
>> thanks, I'm fine. In case I boot the freedos.iso image with "qemu
>> -cdrom freedos.iso -boot d -m 128" and try to access any drive other
>> than "A:\", I get the "Invalid drive" error:
>
> @ECHO OFF
> echo Loading EL-TORITO ISO9660 non-emulation driver as FDCD0001
> DEVLOAD ELTORITO.SYS /D:FDCD0001
> echo Assigning driveletter X: to block device FDCD0001
> SHSUCDX /D:FDCD0001,X
> DIR X:
>
> or:
> echo Loading ISA/PCI IDE/EIDE/ATA/SATA optical drive device driver
> DEVLOAD UIDE.SYS /D:FDCD0001 /N3 /B
> echo Assigning drive X:
> SHSUCDX /D:FDCD0001,X
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to