The Sinclair QL DOS Experiment

Anything QL Software or Programming Related.
Post Reply
User avatar
zarsoft
ROM Dongle
Posts: 3
Joined: Fri Jul 01, 2022 9:04 am

The Sinclair QL DOS Experiment

Post by zarsoft »

A small programming test that simulates MS-DOS inside the Sinclair QL.
You can see the program on the blog Planeta Sinclair:
https://planetasinclair.blogspot.com/20 ... iment.html


napsternds
Bent Pin Expansion Port
Posts: 85
Joined: Tue Jan 26, 2021 11:04 am

Re: The Sinclair QL DOS Experiment

Post by napsternds »

zarsoft wrote: Thu Jan 19, 2023 4:44 pm A small programming test that simulates MS-DOS inside the Sinclair QL.
You can see the program on the blog Planeta Sinclair:
https://planetasinclair.blogspot.com/20 ... iment.html
A nice curiosity.
Thank you / Obrigado


Derek_Stewart
Font of All Knowledge
Posts: 4659
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: The Sinclair QL DOS Experiment

Post by Derek_Stewart »

Hi,

Very basic attempt at a DOS system, have you trird compiling it as a QDOS exrcutable with Qliberator?


Regards,

Derek
User avatar
zarsoft
ROM Dongle
Posts: 3
Joined: Fri Jul 01, 2022 9:04 am

Re: The Sinclair QL DOS Experiment

Post by zarsoft »

Derek_Stewart wrote: Thu Jan 19, 2023 7:32 pm have you trird compiling it as a QDOS exrcutable with Qliberator?


I'm a newbie.
I tried to install Qliberator on QemuLator but I got this error...

Loading ENV_BIN ...
At line 360 not found

Any sugestions?


Derek_Stewart
Font of All Knowledge
Posts: 4659
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: The Sinclair QL DOS Experiment

Post by Derek_Stewart »

Hi,

There are some extensions called ENV_BIN that should be loaded, that allow environmental variables to be loaded.

This should of been included in the Qliberator distribution, but can be downloaded from the QL Home Page: Toolkit Section or this link:
http://www.dilwyn.me.uk/tk/env.zip


Regards,

Derek
User avatar
tofro
Font of All Knowledge
Posts: 3070
Joined: Sun Feb 13, 2011 10:53 pm
Location: SW Germany

Re: The Sinclair QL DOS Experiment

Post by tofro »

You can simply REM out the line that tries to load ENV_bin from your BOOT - It's not essential to QLiberator's working.


ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
User avatar
zarsoft
ROM Dongle
Posts: 3
Joined: Fri Jul 01, 2022 9:04 am

Re: The Sinclair QL DOS Experiment

Post by zarsoft »

Derek_Stewart wrote: Fri Jan 20, 2023 9:00 am http://www.dilwyn.me.uk/tk/env.zip


I downloaded the zip and uncompressed it to a folder mdv1.

Now, how do I run it?


User avatar
tofro
Font of All Knowledge
Posts: 3070
Joined: Sun Feb 13, 2011 10:53 pm
Location: SW Germany

Re: The Sinclair QL DOS Experiment

Post by tofro »

zarsoft wrote: Fri Jan 20, 2023 9:48 am
Derek_Stewart wrote: Fri Jan 20, 2023 9:00 am http://www.dilwyn.me.uk/tk/env.zip


I downloaded the zip and uncompressed it to a folder mdv1.

Now, how do I run it?
Just put env_bin to a place where QLiberator's line 360 that gives you the error can find it.


ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
Post Reply