Get the distribution's version at build time (not hardcoded) #70

Open
opened 2024-06-01 14:19:10 +02:00 by ace-dent · 0 comments
Member

If we are storing a distribution's version (e.g. 0.7.7.0) as the git tag, we should add this at build time, and avoid hardcoding the version.

Check:

  • kernel/trunk/bootbios.inc
  • kernel/trunk/kernel.asm and kernelsp.inc
  • Possibly the header text of sysfuncs.txt & sysfuncr.txt? (My instinct is that this is ok to hardcode as a reference material. Perhaps we should use the Kernel's ABI version here?).
If we are storing a distribution's version (e.g. `0.7.7.0`) as the git tag, we should add this at build time, and avoid hardcoding the version. Check: - [ ] `kernel/trunk/bootbios.inc` - [ ] `kernel/trunk/kernel.asm` and `kernelsp.inc` - [ ] Possibly the header text of `sysfuncs.txt` & `sysfuncr.txt`? (My instinct is that this is ok to hardcode as a reference material. Perhaps we should use the Kernel's ABI version here?).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#70
No description provided.