javier2112 wrote: Mon Apr 21, 2025 7:39 pm
I don't know about Gold Card, but I think you may use the Trump Card and the QIMSI Gold if your operating system is Minerva. Read carefully here: https://github.com/janbredenbeek/Minerva4Q68
If you have extension ROMs that insist on being placed in the $C000 slot, you may include them by placing the image in the build directory under the name xc000_rom. The keyboard and SD-card driver images will then be relocated to the $10000-$17FFF area and linked in after the xc000_rom extension. Note that you may include an extension ROM either at $C000 or $14000, but not at both locations as the total size of Minerva plus Q68 drivers plus extension ROM is limited to 96K!
This is about Minerva4Q68. You can run it on QIMSI Gold as well in 'Gold mode', just place the Q68_ROM.SYS file on the SD card and also QL_ROM.SYS if you want to use the QL keyboard rather than an external keyboard. This way, the QL is only used as keyboard for the accelerated CPU in the QIMSI Gold and it doesn't matter whether you have a Trump or Gold Card attached and which QL ROM is used (it will work just as well without TC or GC). The accelerated CPU in QIMSI Gold has its own memory space and doesn't see any ROM or RAM attached to the QL side.
If you just want to use QIMSI Gold as mass storage for the QL ('ordinary QIMSI mode'), it is even recommended to use a Trump or Gold card because the virtual WIN drives will take up memory for holding tables, and without memory expansion there will only be room for a small WIN drive. If you want to use an external keyboard attached to QIMSI in this mode, this will only work with Minerva in cunjunction with my keyboard driver https://github.com/janbredenbeek/QIMSI-KBD.
But if you have QIMSI Gold, why would you use it this way if the Gold mode is many times faster and has much more memory and high resolution graphics available?
javier2112 wrote: Mon Apr 21, 2025 7:39 pm
I don't know about Gold Card, but I think you may use the Trump Card and the QIMSI Gold if your operating system is Minerva. Read carefully here: https://github.com/janbredenbeek/Minerva4Q68
If you have extension ROMs that insist on being placed in the $C000 slot, you may include them by placing the image in the build directory under the name xc000_rom. The keyboard and SD-card driver images will then be relocated to the $10000-$17FFF area and linked in after the xc000_rom extension. Note that you may include an extension ROM either at $C000 or $14000, but not at both locations as the total size of Minerva plus Q68 drivers plus extension ROM is limited to 96K!
This is about Minerva4Q68. You can run it on QIMSI Gold as well in 'Gold mode', just place the Q68_ROM.SYS file on the SD card and also QL_ROM.SYS if you want to use the QL keyboard rather than an external keyboard. This way, the QL is only used as keyboard for the accelerated CPU in the QIMSI Gold and it doesn't matter whether you have a Trump or Gold Card attached and which QL ROM is used (it will work just as well without TC or GC). The accelerated CPU in QIMSI Gold has its own memory space and doesn't see any ROM or RAM attached to the QL side.
If you just want to use QIMSI Gold as mass storage for the QL ('ordinary QIMSI mode'), it is even recommended to use a Trump or Gold card because the virtual WIN drives will take up memory for holding tables, and without memory expansion there will only be room for a small WIN drive. If you want to use an external keyboard attached to QIMSI in this mode, this will only work with Minerva in cunjunction with my keyboard driver https://github.com/janbredenbeek/QIMSI-KBD.
But if you have QIMSI Gold, why would you use it this way if the Gold mode is many times faster and has much more memory and high resolution graphics available?
You're right, I got confused, although I knew how to setup Minerva in 'gold mode' but not in 'standard mode', so thank you for your clarifications and for your efforts to develop the keyboard driver as well.
javier2112 wrote: Mon Apr 21, 2025 5:01 pm
On the other hand, today, after switching on my QL, I realized all links for partitions were fine, so wondered why. I guess QIMSI needs a full reset to load the new QL_ROM.SYS, doesn't it?