Page 6 of 25

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Wed Jan 12, 2022 12:03 pm
by Derek_Stewart
HI,

OK, got it now, I must say the documentation is a little sketchy.

Can a DEVICE be setup as a BDI file?

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Wed Jan 12, 2022 1:23 pm
by XorA
Derek_Stewart wrote:HI,

OK, got it now, I must say the documentation is a little sketchy.

Can a DEVICE be setup as a BDI file?
No, the devices setup by device= are emulated.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Wed Jan 12, 2022 8:15 pm
by Derek_Stewart
OK, thanks for the information and help.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Thu Jan 13, 2022 9:28 am
by Derek_Stewart
Hi,

The command:

BDI1 = QL_BDI.BIN

loads the BDI file as stated in the manual and in this thread.

Can the location of the BDI file be specified so that maybe a mounted SD Card or Compact Flash could be used, giving a process of of updating a BBQL QubIDE interface with SD Card or Compact Flash.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Thu Jan 13, 2022 10:45 pm
by XorA
Derek_Stewart wrote:Hi,

The command:

BDI1 = QL_BDI.BIN

loads the BDI file as stated in the manual and in this thread.

Can the location of the BDI file be specified so that maybe a mounted SD Card or Compact Flash could be used, giving a process of of updating a BBQL QubIDE interface with SD Card or Compact Flash.

Code: Select all

BDI1 = /media/derek/QL-SD/QL_BDI.BIN
Should be fully function, you can put any valid linux path in there (not so sure about windows paths).

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Sun Jan 16, 2022 8:13 pm
by XorA
I assume no-one is trying to run the x86_64 (64bit) version of sQLux on Windows XP 64bit?

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Sun Jan 16, 2022 8:43 pm
by NormanDunbar
Definitely not me.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Sun Jan 16, 2022 10:11 pm
by tofro
XorA wrote:I assume no-one is trying to run the x86_64 (64bit) version of sQLux on Windows XP 64bit?
If that's of any help, I'm running it on 64bit MacOS
file ./sqlux
./sqlux: Mach-O 64-bit executable x86_64

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Sun Jan 16, 2022 10:14 pm
by XorA
tofro wrote:
XorA wrote:I assume no-one is trying to run the x86_64 (64bit) version of sQLux on Windows XP 64bit?
If that's of any help, I'm running it on 64bit MacOS
file ./sqlux
./sqlux: Mach-O 64-bit executable x86_64
It’s main development is a m1 cpu.

It’s more implementing that q68 timer makes it incompatible with Windows XP. So I’ll probably disable what on win32 but enable it on win64 and people will need to use win7 or later.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Mon Jan 17, 2022 9:03 am
by Derek_Stewart
Hi,

I tried using Windows 10 last week instead of Linux, and it looked really bad, so bad to Linux Mint 19.3, at least everything runs on my system that I require.