QL-SD (and in fact QubIDE cards) Filesystems

Anything QL Software or Programming Related.
User avatar
Dave
SandySuperQDave
Posts: 2809
Joined: Sat Jan 22, 2011 6:52 am
Location: Austin, TX
Contact:

Re: QL-SD (and in fact QubIDE cards) Filesystems

Post by Dave »

Would it help if we had a whip-round for you?

*passes the hat*


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

Re: QL-SD (and in fact QubIDE cards) Filesystems

Post by XorA »

Hi Jose,

That image you send me was enlightening, it turns out the qubide hardware stores everything in LE format on the disk. So I have fixed this up in the disk reading routines.

I have created a github repo for the code.

https://github.com/slimlogic/qubide-tools

Code: Select all

./qubide -b ql.raw -d
          
7818/7840 blocks.

qterm                               E   21612 14/05/2097 19:47:35 v1     (8192)
qterm_bku                           E   21612 14/05/2097 19:49:26 v1     (8192)
chess_exe                           E   67360 06/02/2097 14:28:28 v1     (9216)
pqterm                              (dir) 0
Hopefully that is what you expect?

G


jose_leandro
ROM Dongle
Posts: 47
Joined: Sat Jun 22, 2013 8:49 am

Re: QL-SD (and in fact QubIDE cards) Filesystems

Post by jose_leandro »

Hi
XorA wrote:

Code: Select all

./qubide -b ql.raw -d
          
7818/7840 blocks.

qterm                               E   21612 14/05/2097 19:47:35 v1     (8192)
qterm_bku                           E   21612 14/05/2097 19:49:26 v1     (8192)
chess_exe                           E   67360 06/02/2097 14:28:28 v1     (9216)
pqterm                              (dir) 0
Hopefully that is what you expect?

G
Yes, that is more that I expect :-)

Image

In fact, I didn't remember that "PQTERM" is a directory. Your program shows it very well. This is what it is in that directory :

Image

I download the new software and compile it. It works well in my computer.

I hope you'll have time and make progress ( write program to raw file) :-)

Thanks

José Leandro


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

Re: QL-SD (and in fact QubIDE cards) Filesystems

Post by XorA »

Thanks for that second piccy, that gives me some info to do directories.

G


Post Reply