Ivan B dunkaist
  • Joined on 2024-03-04
dunkaist pushed to main at KolibriOS/kolibrios 2024-06-03 03:29:27 +00:00
b6a0bf7729 Fix autobuild text on the blue boot screen
dunkaist pushed to main at KolibriOS/kolibrios 2024-06-02 23:37:51 +00:00
412e42a342 Most of language code fixes
dunkaist pushed to main at KolibriOS/kolibrios 2024-06-02 03:52:48 +00:00
66816d7a7e More language code fixes
dunkaist pushed to main at KolibriOS/kolibrios 2024-06-02 03:00:38 +00:00
e23778f306 Fix language tags for cmm programs
dunkaist pushed to main at KolibriOS/kolibrios.org 2024-06-02 01:38:56 +00:00
b418ebbc53 Fix image size variable names
dunkaist pushed to main at KolibriOS/kolibrios.org 2024-06-02 01:07:58 +00:00
580341aed3 Mention Gitea instead of Websvn
dunkaist pushed to main at KolibriOS/kolibrios.org 2024-06-02 00:34:02 +00:00
b6afdcc3dd Replace 'rev.' to 'ver.'
dunkaist commented on pull request KolibriOS/kolibrios#62 2024-04-10 20:54:18 +00:00
WIP: Changing the OS version retrieval API due to migration to Git

We are having a hard time switching from svn to git now. This is partially because of svn features that git lacks, e.g. svn-keywords. Maybe we shouldn't repeat our mistakes and hardcode git specific commands now. If get-current-revision is an external command to get an svn revision number, let's use something like get-current-commit-hash for git. Or, even better, get-current-commit-id. The last one looks even more VCS-neutral, i.e. future-proof.

dunkaist commented on pull request KolibriOS/kolibrios#62 2024-04-10 20:40:38 +00:00
WIP: Changing the OS version retrieval API due to migration to Git

Do we need that offset at all?

Yes. We're planning 2 image variants: release (versioned) and night build, where offset will show how far this image from release

Why would we want to…

dunkaist commented on pull request KolibriOS/kolibrios#62 2024-04-10 15:34:55 +00:00
WIP: Changing the OS version retrieval API due to migration to Git

Can we start using semver for kernel ABI versioning and keep our current scheme for distros? Like Windows 7 had its kernel version 6.1, Windows 8 had kernel 6.2, Windows Server 2012 had 6.3, Red…

dunkaist commented on pull request KolibriOS/kolibrios#62 2024-04-10 15:08:38 +00:00
WIP: Changing the OS version retrieval API due to migration to Git

Do we need that offset at all? I have noticed that some people prefer to put unrelated changes to a single commit 'not to waste revision numbers'. My opinion is that we should care more about readability than revision numbers. Because the number of revisions is unlimited unlike the number of developers and amount of their time. Maybe switching to git is a great moment to drop revision numbers and all kinds of commits counters completely and use just hashes and release tags.

dunkaist commented on pull request KolibriOS/kolibrios#62 2024-03-31 01:42:02 +00:00
WIP: Changing the OS version retrieval API due to migration to Git

major - changes when the kernel API is no longer compatible;

This literally means that removal of sf18.11 will bump KolibriOS version to 1.0.0. Then removal of midi-related syscalls will…

dunkaist transferred repository dunkaist/umka to KolibriOS/umka 2024-03-05 02:56:39 +00:00
dunkaist transferred repository dunkaist/kolibrios.org to KolibriOS/kolibrios.org 2024-03-05 02:55:19 +00:00
dunkaist transferred repository dunkaist/kolibrios to KolibriOS/kolibrios 2024-03-05 02:52:33 +00:00