skift-org/skift

Separate apps from skift-os system

codehangen opened this issue · 5 comments

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.

  • skiftOS/apps
  • skiftOS/clis
  • skiftOS/embed
  • skiftOS/kernel
  • skiftOS/libs
  • skiftOS/specs
  • skiftOS/sdl2-wrap

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

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

Juste add skift as a git submodule :^)

Oh no imagine cloning 2 kernels

Hi all. thank you all for feedback.