littlekernel / lk

LK embedded kernel
MIT License
3.12k stars 613 forks source link

Is there official released version of LK? #236

Open Crisscrisis opened 5 years ago

Crisscrisis commented 5 years ago

Hello everyone,

Now I am learning little Kernel and I want to get the official released version of LK.

On BlackDuck Code Center, I have checked that LK has a relesed version on October 21, 2014, and the home page is here. But it seems that here on 'master' branch, the 'releases' is '0'. Thus I want to know whether the 'master' branch is the official released branch, or is there any released version of LK?

Thank you in advance.

travisg commented 5 years ago

There are no officially releases, it's more of a moving branch that is continually updated. I'm not sure what the 2014 release is all about, but it's not official.

Crisscrisis commented 5 years ago

@travisg Thank you for your reply! Since this master branch is continually updated and it stays healthy, can this master branch be understood as a released version? Which means that I just need to follow the master branch. Is that enough?

mu578 commented 5 years ago

@Crisscrisis do what you must. There is nothing preventing you to fork, take what's working for you, hence, maintain your own release process according to your needs.

Crisscrisis commented 5 years ago

@moe123 OK I got it, thank u :)