[SLOF] Loading file from disk image
Jd Lyons
lyons_dj at yahoo.com
Fri Dec 29 20:09:37 AEDT 2017
> On Dec 29, 2017, at 3:07 AM, Thomas Huth <thuth at redhat.com> wrote:
>
> On 27.12.2017 14:45, Jd Lyons wrote:
>> I’m new to SLOF and I’d like to load a file from a disk image.
>>
>> I’m unsure of the syntax of the command:
>>
>> load disk:,\filename
>
> In case the disk has multiple partitions, you've also got to specifiy
> the partition number between the colon and the comma.
>
>> Also, what filesystem can SLOF read?
>
> FAT, ext2 and iso9660.
>
>> There doesn’t seem to be a directory command?
>
> IIRC this has never been implemented in a generic way (there seems to be
> some debugging functions in the fat and ext2 drivers, but they are
> likely hardly usable for the normal users).
>
> Thomas
Thanks Tom, that did it.
Now if there was only a byte-load word:-(
More information about the SLOF
mailing list