Re: [hatari-devel] Re: Feature request: allow to specify "-d" with autostart |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
* "-d" option is already used for specifying GEMDOS HD directory
(if you specify e.g. floppy image after that on command line,
then A: is the boot drive, not GEMDOS HD C:)
* For autoexec to work, boot drive must be GEMDOS HD
(because it works by hooking TOS *.INF file read, and
TOS reads that only from boot drive)
* Currently Hatari validates that autoexecuted program path and
file are OK. This cannot be done if the option doesn't know
where it will be in the file system hierarchy, which would be
the case with your proposal
Instead, my proposal is an option for specifying the autostarted
program with full path:
--auto <x> Atari program autostarting with Atari path
Attached is a patch implementing that. Only validation it does
is that the drive letter isn't obviously bogus.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |