Difference between revisions of "ESXDOS"

From SpecNext official Wiki
Jump to: navigation, search
m
m (Expanded info on dot commands)
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.  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.
  
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... [TODO]

Revision as of 14:04, 30 July 2019

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. 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.

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... [TODO]