Get the distribution's version at build time (not hardcoded) #70
Reference in New Issue
Block a user
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.inckernel/trunk/kernel.asmandkernelsp.incsysfuncs.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?).