zxuno-git/utils/README.md

61 lines
877 B
Markdown

# ESXDOS utilities
## Authors
ESXDOS utilities:
* 2019, 2021 Antonio Villena
File [`ROMS.ZX1`](ROMS.ZX1):
* desUBIKado
This document:
* 2021 Ivan Tatarinov <ivan-tat@ya.ru>
## Contributors
ESXDOS utilities:
* 2021 kounch
* 2021 Ivan Tatarinov <ivan-tat@ya.ru>
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`
## 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
```