skift-org / skift

🥑 A modern delightful operating system
https://skiftos.org/
MIT License
2.27k stars 130 forks source link

Separate apps from skift-os system #380

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi all!

I would like to develop applications for the skift-os operating system. Also, I wish there was a way to create a separate repository for this organization so that I could only submit a pull-request for some software that runs on skift-os.

I have basic knowledge of the c++ language and would like to check out some program ideas, as this operating system seems to have an interesting design proposal and I want to implement some concepts.

I was thinking of splitting the code into a separate repository.

sleepy-monax commented 1 year ago

skiftOS is a monorepo, and I don't plan to change that. But you can still send PR here ;)

keyboard-slayer commented 1 year ago

That's why I can't use the skift's bootloader for my kernel :sob:

sleepy-monax commented 1 year ago

Juste add skift as a git submodule :^)

keyboard-slayer commented 1 year ago

Oh no imagine cloning 2 kernels

ghost commented 1 year ago

Hi all. thank you all for feedback.