You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After giving it some thought, here are my concrete suggestions:
Suggestedd uname outputs, not breaking with current iSH aproach in an incompatible way
-m Hardware type
Virtualized i686 on iOS - or however it is best described
fallback is same as -p
-s Kernel name
iSH (mainline iSH)
iSH/AOK (in your case)
It seems the obvious choice since this is not Linux, not even doing that great
a job of emulating it, but thats another story 🙂
using iSH/forkshortname would make sense and if spread would be consistent.
It is an iSH, more specifically it is the AOK fork
-p Processor type
i686
or whatever makes sense, unknown is just lazy 🙂
-r
iSH/AOK github release version or tag used for build
-v
Most important compile time choices, multithreading etc ie a short string
indicating what major choices were made and compile time.
Since compilte time with -r defining version removes chronological parsing of -v,
compile time can be human reeadable iso-dates would not be reqursted in such
a scenario. If -r can not show a chronological number sequence,
then starting -v with an iso-date is a workable fallback.
-i The hardware platform
If practical to detect could indicate iPhone/iPad/iOS laptop env etc,
otherwise report same -p
-o
GNU/Linux
I agree with you on that one, that is the proper name.
The text was updated successfully, but these errors were encountered:
After giving it some thought, here are my concrete suggestions:
Suggestedd uname outputs, not breaking with current iSH aproach in an incompatible way
-m Hardware type
Virtualized i686 on iOS - or however it is best described
fallback is same as -p
-s Kernel name
iSH (mainline iSH)
iSH/AOK (in your case)
It seems the obvious choice since this is not Linux, not even doing that great
a job of emulating it, but thats another story 🙂
using iSH/forkshortname would make sense and if spread would be consistent.
It is an iSH, more specifically it is the AOK fork
-p Processor type
i686
or whatever makes sense, unknown is just lazy 🙂
-r
iSH/AOK github release version or tag used for build
-v
Most important compile time choices, multithreading etc ie a short string
indicating what major choices were made and compile time.
Since compilte time with -r defining version removes chronological parsing of -v,
compile time can be human reeadable iso-dates would not be reqursted in such
a scenario. If -r can not show a chronological number sequence,
then starting -v with an iso-date is a workable fallback.
-i The hardware platform
If practical to detect could indicate iPhone/iPad/iOS laptop env etc,
otherwise report same -p
-o
GNU/Linux
I agree with you on that one, that is the proper name.
The text was updated successfully, but these errors were encountered: