Get the distribution's version at build time (not hardcoded) #70
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
andkernelsp.inc
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?).