Maximum Devices in QDOS/Minerva

Anything QL Software or Programming Related.
Post Reply
User avatar
XorA
Site Admin
Posts: 1365
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Maximum Devices in QDOS/Minerva

Post by XorA »

Is there a maximum number of disk devices allowed for QDOS/Minerva.

I was sent some tests for uQLx/sQLux and it looks like after approx 16 disk devices are opened you run out of channels. Get a -6 error on any further.


martyn_hill
Aurora
Posts: 924
Joined: Sat Oct 25, 2014 9:53 am

Re: Maximum Devices in QDOS/Minerva

Post by martyn_hill »

Hiya!

Yes, there is only space allocated in the Sysvars for links to the Definition Blocks for 16 directory-type device 'instances'.

I thought it might also be the same for SMQE, but have never checked...

I believe that the TK2 procedure DEL_DEFB releases all these as long as there are no open channels remaining, allowing you to start-over again...


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

Re: Maximum Devices in QDOS/Minerva

Post by XorA »

Thanks for the answer.

uQLx's support for 16 * 8 directory devices is a tad optimistic then :-D


User avatar
janbredenbeek
Super Gold Card
Posts: 632
Joined: Wed Jan 21, 2015 4:54 pm
Location: Hilversum, The Netherlands

Re: Maximum Devices in QDOS/Minerva

Post by janbredenbeek »

XorA wrote:Thanks for the answer.
uQLx's support for 16 * 8 directory devices is a tad optimistic then :-D
For each directory device you can have up to 8 instances (e.g. win1_ to win8_) but the total number of instances is limited to 16.


Post Reply