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

Reply via email to