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.
Maximum Devices in QDOS/Minerva
-
- QL Wafer Drive
- Posts: 1071
- Joined: Sat Oct 25, 2014 9:53 am
Re: Maximum Devices in QDOS/Minerva
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...
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...
- XorA
- Site Admin
- Posts: 1631
- Joined: Thu Jun 02, 2011 11:31 am
- Location: Shotts, North Lanarkshire, Scotland, UK
Re: Maximum Devices in QDOS/Minerva
Thanks for the answer.
uQLx's support for 16 * 8 directory devices is a tad optimistic then
uQLx's support for 16 * 8 directory devices is a tad optimistic then

- janbredenbeek
- Super Gold Card
- Posts: 673
- Joined: Wed Jan 21, 2015 4:54 pm
- Location: Hilversum, The Netherlands
- Contact:
Re: Maximum Devices in QDOS/Minerva
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.XorA wrote:Thanks for the answer.
uQLx's support for 16 * 8 directory devices is a tad optimistic then