Aarav90-cpu dc0d1c50f0 Initial Commit 7 horas atrás
..
boot dc0d1c50f0 Initial Commit 7 horas atrás
frameworks dc0d1c50f0 Initial Commit 7 horas atrás
kernel dc0d1c50f0 Initial Commit 7 horas atrás
prebuilts dc0d1c50f0 Initial Commit 7 horas atrás
system dc0d1c50f0 Initial Commit 7 horas atrás
vendor dc0d1c50f0 Initial Commit 7 horas atrás
LICENSE dc0d1c50f0 Initial Commit 7 horas atrás
Makefile dc0d1c50f0 Initial Commit 7 horas atrás
README.md dc0d1c50f0 Initial Commit 7 horas atrás

README.md

ARK OS

I want to make a OS that is perfect for normal ad dev people!

Making/Compiling/Using(few) a Linux Based OS : Hard Compiling Android : Heavy Windows: Bloated MacOS : Locked Down

So I want to make a OS

  • Easy To use
  • Easy to Compile
  • Not Bloated
  • And open for customization and contributions

And that is why I am making ARK-OS!

This OS is still under development under Phase 1 (The Base)

  • booting ✔️
  • frameworks and compiling ✔️
  • system and vendor ✔️
  • to .zip ✔️
  • swift implementation to print swift in text on display ✔️

Trying it out!

  • Create a folder annd go into it!

  • Clone this repo in that folder: https://github.com/Aarav90-cpu/ARK-OS-Tools

    • Rename the clonned repo folder to tools
    • Go into the tools directory
  • Run python3 setup_arkos.py

  • Now if you go out of the tools folder you will see a new folder called arkos

  • Go into the arkos folder and you have the arkos source code!

Compiling

  • Run make build to build the project.

  • Run make clean to clean the project.

  • Run make run to test the built artifacts.

Other: