Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/source-solutions/unodos3
UnoDOS III 3.1 Wolf - A free operating system written in Z80 assembly language
https://github.com/source-solutions/unodos3
Last synced: about 2 months ago
JSON representation
UnoDOS III 3.1 Wolf - A free operating system written in Z80 assembly language
- Host: GitHub
- URL: https://github.com/source-solutions/unodos3
- Owner: source-solutions
- License: gpl-3.0
- Created: 2019-11-26T15:58:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T16:40:57.000Z (over 1 year ago)
- Last Synced: 2023-05-11T17:32:46.588Z (over 1 year ago)
- Language: Assembly
- Homepage:
- Size: 2.16 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnoDOS 3.12 Wolf
The alternative operating system for divMMC. Finely tuned.
## Build prerequisites
The preferred IDE is _Visual Studio Code_ (https://code.visualstudio.com/) with Imanolea's _Z80 Assembly_ extension (install from the app).
The compiler is the _RASM_ assembler.
## Components
The OS comprises:
* __KERNEL__: The interface between the divMMC hardware and the host machine.
* __COMMANDS__: Small programs that provide shell functions when using UnoDOS 3 without SE Basic IV.
* __KEXTS__: Third-party kernel extensions that provide additional functionality.## License
Copyright © 2017-2022 Source Solutions, Inc. All rights reserved.
Licensed under the [GNU General Public License](LICENSE).