Quill from Gilsoft

Anything QL Software or Programming Related.
User avatar
RalfR
QL Wafer Drive
Posts: 1216
Joined: Fri Jun 15, 2018 8:58 pm

Re: Quill from Gilsoft

Post by RalfR »

Source? :D


7000 4E75
Derek_Stewart
Font of All Knowledge
Posts: 4807
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Quill from Gilsoft

Post by Derek_Stewart »

Hi,

I am only stating what is available now.

The Next QL core on my KS2 Next, does not have a directory device driver to access the FAT32 SD Card parition. I have to use the executable files: SDIR to list the files on the FAT32 partition and SCOPY to transfer files to/from QLWA file.

Maybe the KS3 Next QL core will address this, I have pledged support for a Magenta Next.

The Q68 has a directory device driver FATx to access a FAT16 parition x on the SD Card. I can not store files on the Q68 FAT32 partitions, except in a QLWA file.

On both systems, the QL executable files canot be stored natively, and need a container or archive file to store them. Which fir me, this seems to be not a problem. I store FLP images on the Q68 FAT16 partition and use FDI to access the files. Can not do this on the Next or XberryPi.

When can I expect a FAT32 QDOS directory device driver to work on any QL system?


Regards, Derek
User avatar
XorA
Site Admin
Posts: 1677
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: Quill from Gilsoft

Post by XorA »

When can I expect a FAT32 QDOS directory device driver to work on any QL system?
When someone writes one!

You could have had one years ago if QDOS had any support for C device drivers!


Derek_Stewart
Font of All Knowledge
Posts: 4807
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Quill from Gilsoft

Post by Derek_Stewart »

XorA wrote: Fri Jul 25, 2025 10:29 pm
When can I expect a FAT32 QDOS directory device driver to work on any QL system?
When someone writes one!

You could have had one years ago if QDOS had any support for C device drivers!
my problem is, I do not have the programming skills, to accomplish this task.

I have tried, but have not produced anything usable.

What is C device drivers?


Regards, Derek
Post Reply