Source: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
# KolibriOS
|
|
|
|
[](./COPYING.TXT)
|
|
[](https://git.kolibrios.org/KolibriOS/kolibrios/actions/workflows/build.yaml)
|
|
|
|
KolibriOS is a hobby operating system for x86-compatible computers, which is currently being developed by a small teem of enthusiasts.
|
|
|
|
It's kernel is written entirely in [FASM](https://flatassembler.net/) assembly language, making it very compact and lean on system resources.
|
|
|
|
Based on [MenuetOS](https://www.menuetos.net/), it uses its own standards and is NOT fully POSIX or UNIX compliant
|
|
|
|
## Contributing
|
|
|
|
We would appreciate any participation in the project and always welcome new users and contributors.
|
|
|
|
Detailed instructions for the contribution process can be found in the [contributing guide](./CONTRIBUTING.md).
|
|
|
|
Common list of tasks, issues and enhancement proposals can be found on [this page](https://git.kolibrios.org/KolibriOS/kolibrios/issues).
|
|
|
|
## Special thanks
|
|
|
|
The KolibriOS team expresses special thanks to the author of the 32-bit **MenuetOS**, [Ville Turjanmaa](https://www.menuetos.net/contact.htm). We also want to note that all **MenuetOS** copyrights have been preserved.
|
|
|
|
## License
|
|
|
|
Contents of this repository are licensed under the terms of **GNU GPL 2.0** unless otherwise specified.
|
|
|
|
See [this](./COPYING.TXT) file for details.
|