# Dos Utilities

A place to host small DOS utilities and programs that do not deserve their own repository.

## License

- Everthing *not* in `third_party` is © 2022 Davide Bresolin, and is licensed under the MIT open source license. Please see [LICENSE](LICENSE) for the full text.

- `third_party/amis` contains a copy of Ralf Brown's Alternate Multiplex Interrupt Specification Library, which is in the public domain.

- `third_party/eatmem` contains a copy of TifaWARE EATMEM, written by George A. Theall. It is in the public domain.

- `third_party/ucr_stdlib` contains a copy of the UCR Standard Library for 80x86 Assembly Language Programmers. Written by Randall Hyde and others, it is in the public domain. 

