Would it help if we had a whip-round for you?
*passes the hat*
QL-SD (and in fact QubIDE cards) Filesystems
- 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
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
Hopefully that is what you expect?
G
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
G
-
- ROM Dongle
- Posts: 47
- Joined: Sat Jun 22, 2013 8:49 am
Re: QL-SD (and in fact QubIDE cards) Filesystems
Hi


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 :

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
Yes, that is more that I expectXorA wrote:Hopefully that is what you expect?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
G


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 :

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
- 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
Thanks for that second piccy, that gives me some info to do directories.
G
G