Difference between revisions of "ESXDOS"

From SpecNext official Wiki
Jump to: navigation, search
(added last step)
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= esxDos =
+
= esxDOS =
  
esxDos is one of the operating systems that can be run on the Next.  It provides a posix-like api to access the sd card as disk and it provides a familiar basic interface to the disk from basic. The current version of ESXDOS is 0.8.6 - which supports the Real Time Clock of the Next; a new version 0.9.x is being written with features like Long File Name (LFN) support. esxDos currently only supports the so-called USR0 mode in BASIC (single keyword/48K Basic) - there is an experimental .128 command to allow the editor to be started.
+
esxDOS is one of the operating systems that can be run on the Next.  It provides a POSIX-like API to access the SD card as disk and it provides a familiar interface to the disk from BASIC. esxDOS from version 0.8.6 supports the Real Time Clock of the Next; a new version 0.9.x is being written with features like Long File Name (LFN) support. esxDOS currently only supports the so-called USR0 mode in BASIC (single keyword/48K Basic) - there is an experimental .128 command to allow the editor to be started.
  
You do not need to install esxDos if you just want to run software designed for it as NextZXOS implements the esxDos Application Programming Interface (API) so programs will work anyway...
+
You do not need to install esxDOS if you just want to run software designed for it as NextZXOS implements the esxDOS Application Programming Interface (API) so programs will work anyway. This includes running "dot commands". You can copy your dot command files to the /DOT folder of the SD card. Note that NextZXOS already includes several dot commands that are newer than the ones included with esxDOS, so you may want to use these. Many of these work on
 +
both systems. For esxDOS compliant versions, use the ones located under c:/dot/extra.
  
 
If you want to use its other features like BetaDisk support or just want to see what it is like you will need to follow the instructions to install it as another identity on the Next.
 
If you want to use its other features like BetaDisk support or just want to see what it is like you will need to follow the instructions to install it as another identity on the Next.
  
Instructions to Install esxDos on the Next... [TODO]
+
Instructions to Install esxDos on the Next
 +
 
 +
1. Download the esxDOS distribution (minimum version 0.8.6) from www.esxdos.org
 +
 
 +
2. Within NextZXOS, create two folders on the root of your SD card, named "bin" and "sys" by giving:
 +
 
 +
  mkdir "c:/BIN"
 +
  mkdir "c:/SYS"
 +
  mkdir "c:/TMP"
 +
 
 +
3. Using a PC, unzip the contents of esxdos.zip.
 +
 
 +
4. If you have an esxmmc.rom file in what you unzipped, rename esxmmc.rom to esxmmc.bin. If you have an esxmmc.bin file, proceed to the next step.
 +
 
 +
5. Copy the esxmmc.bin file into /machines/next/ on the SD card
 +
 
 +
6. Copy the contents of the "BIN" and "SYS" folders in the esxDOS distribution into their respective places on the SD card.
 +
 
 +
7. You need enter to "ZX Spectrum Next Configuration" menu by hard reset your Spectrum Next. Just holding Reset key pressed for a second. Then as soon as the logo shows press the Space key.
 +
In "ZX Spectrum Next Configuration" menu press "E" and change "DivmmcROM" and "Divmmc HW" to YES by Space key. Then press Enter. 
 +
 
 +
Done! While loading you will see the ESXDOS logo. 
 +
 
 +
[https://www.youtube.com/watch?v=wOSKolGrADU Video instruction]
 +
 
 +
== NMI Browsers ==
 +
=== Integral ===
 +
esxDOS comes with an integral NMI browser written by UB880D which is ready to use, so the alternative browsers below are optional.
 +
=== Bob Fossil ===
 +
There is a new NMI browser for esxDOS written by Bob Fossil, which supports long filenames and has a bunch of extra features. You may wish to try this out. Details and the latest version are available [https://spectrumcomputing.co.uk/forums/viewtopic.php?f=9&t=2553&sid=31246bac9dd1d521608d819c17f43fc4 here].
 +
 
 +
Note that this browser is '''''not''''' compatible with NextZXOS (main Next boot personality). It '''''is''''' compatible with esxDOS on the Next (other boot personalities).
 +
 
 +
=== Dr Slump ===
 +
There is also another NMI browser for esxDOS written by Dr Slump. This one doesn't support long filenames, but has 64 column text and a bunch of extra features. It can be downloaded [http://board.esxdos.org/viewtopic.php?id=94 here].
 +
 
 +
Note that this browser is '''''not''''' compatible with NextZXOS (main Next boot personality). It '''''is''''' compatible with esxDOS on the Next (other boot personalities).

Revision as of 09:30, 20 September 2020

esxDOS

esxDOS is one of the operating systems that can be run on the Next. It provides a POSIX-like API to access the SD card as disk and it provides a familiar interface to the disk from BASIC. esxDOS from version 0.8.6 supports the Real Time Clock of the Next; a new version 0.9.x is being written with features like Long File Name (LFN) support. esxDOS currently only supports the so-called USR0 mode in BASIC (single keyword/48K Basic) - there is an experimental .128 command to allow the editor to be started.

You do not need to install esxDOS if you just want to run software designed for it as NextZXOS implements the esxDOS Application Programming Interface (API) so programs will work anyway. This includes running "dot commands". You can copy your dot command files to the /DOT folder of the SD card. Note that NextZXOS already includes several dot commands that are newer than the ones included with esxDOS, so you may want to use these. Many of these work on both systems. For esxDOS compliant versions, use the ones located under c:/dot/extra.

If you want to use its other features like BetaDisk support or just want to see what it is like you will need to follow the instructions to install it as another identity on the Next.

Instructions to Install esxDos on the Next

1. Download the esxDOS distribution (minimum version 0.8.6) from www.esxdos.org

2. Within NextZXOS, create two folders on the root of your SD card, named "bin" and "sys" by giving:

 mkdir "c:/BIN"
 mkdir "c:/SYS"
 mkdir "c:/TMP"

3. Using a PC, unzip the contents of esxdos.zip.

4. If you have an esxmmc.rom file in what you unzipped, rename esxmmc.rom to esxmmc.bin. If you have an esxmmc.bin file, proceed to the next step.

5. Copy the esxmmc.bin file into /machines/next/ on the SD card

6. Copy the contents of the "BIN" and "SYS" folders in the esxDOS distribution into their respective places on the SD card.

7. You need enter to "ZX Spectrum Next Configuration" menu by hard reset your Spectrum Next. Just holding Reset key pressed for a second. Then as soon as the logo shows press the Space key. In "ZX Spectrum Next Configuration" menu press "E" and change "DivmmcROM" and "Divmmc HW" to YES by Space key. Then press Enter.

Done! While loading you will see the ESXDOS logo.

Video instruction

NMI Browsers

Integral

esxDOS comes with an integral NMI browser written by UB880D which is ready to use, so the alternative browsers below are optional.

Bob Fossil

There is a new NMI browser for esxDOS written by Bob Fossil, which supports long filenames and has a bunch of extra features. You may wish to try this out. Details and the latest version are available here.

Note that this browser is not compatible with NextZXOS (main Next boot personality). It is compatible with esxDOS on the Next (other boot personalities).

Dr Slump

There is also another NMI browser for esxDOS written by Dr Slump. This one doesn't support long filenames, but has 64 column text and a bunch of extra features. It can be downloaded here.

Note that this browser is not compatible with NextZXOS (main Next boot personality). It is compatible with esxDOS on the Next (other boot personalities).