[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: delete directory



Hi,

> Xorriso have a binary for dos or i can due compiling with dJGPP?

Not easily.

Maybe you can use a Linux Live CD like
  http://www.tux.org/pub/people/kent-robotti/looplinux/rip/RIPLinux-7.3-non-X.iso
which is supposed to contain xorriso as well as
all the other open source burn backends.
As much DOS feeling as a Linux can give. :))


The problem with DOS is that xorriso uses libburn
which has adapter modules sg-*.c for Linux and
FreeBSD.
The adapter is about sending SCSI commands to
the drive, receiving replies from the drive and
listing all available drives.
Although the cdrecord port demonstrates that
at least the SCSI command processing is possible
with your operating system, it will be cumbersome
to explore those possibilities remotely through
your eyes and hands.

But if you are interested then i could set up
a dummy adapter which only relies on POSIX
and ANSI-C, could not do any SCSI processing,
but could still work on disk files resp. standard
output. The burning could be done by cdrecord.

Precondition is an environment which can build
binaries from C source code that is intended for
Unix-style systems.
I.e. it would have to compile every source module
of xorriso except libburn/sg-linux.c .

I looked at http://www.delorie.com/djgpp/
It could be worth a try.
Of course this will be an open-ended adventure.


Have anice day :)

Thomas


Reply to: