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?).
ace-dent added the
Kernel
Kind
Build
Priority
Low
labels 2025-04-05 21:29:24 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#70
No description provided.