Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.45 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.45 KB

kolibrios-llvm

Kolibrios-llvm is a fork of KolibriOS project ported to LLVM.

KolibriOS is a tiny operating system with monolyth core mostly written in x86 asm, so it's not so portable as it would be. Now it's time to change the situation!

The main goal of a project is to provide a good portability for currently absolutely nonportable Kolibri OS by translating all the x86 asm source code to a LLVM bitcode.

Let's giveKolibri some real future.

Links

Contribution

You can contrinubute the project very simply — it's on the very beginning of the project's path so all the neccessary questions are on a talk now. YouPlease feel free creating issues, talking & supplementing the code.

May the force be with it lol.

License

Source code of this project is licensed under GNU GPL (because it contains an original code of KolibriOS project and it's under GNU GPL) but it also partially ccntains third-party software tha is under MIT License.

(c) KolibriOS team & contributors