# ESXDOS utilities ## Authors ESXDOS utilities: * 2019, 2021 Antonio Villena File [`ROMS.ZX1`](ROMS.ZX1): * desUBIKado This document: * 2021 Ivan Tatarinov ## Contributors ESXDOS utilities: * 2021 kounch * 2021 Ivan Tatarinov This document: * No one yet. ## Licenses ESXDOS utilities are under [GNU GPL-3.0](https://spdx.org/licenses/GPL-3.0-only.html) license. This document is under [GNU FDL-1.3 or later](https://spdx.org/licenses/GFDL-1.3-or-later.html) license. ## Targets Files: * `BACK16M` * `BACKUP` * `BACKZX2` * `BACKZXD` * `CORCLEAN` * `COREBIOS` * `ROMSBACK` * `ROMSUPGR` * `UPGR16M` * `UPGRADE` * `UPGRZX2` * `UPGRZXD` * `ZXUNOCFG` ## Build utilities ### Using GNU environment on Windows, Linux, FreeBSD etc. #### Build ```bash make ``` Compiled files will be stored in `build` directory. #### Clean ```bash make clean ```