On 2015-12-14 at 14:32 "'Davide Libenzi' via Akaros" <[email protected]> wrote: > The change would be the makefiles preparing the build info file, and > sticking it to an ELF section, which the #version device will export. > Or something like that.
Yeah. We could also do something like we do for the symbol table, where there's a C file that gets generated and compiled that contains the string we want. Those generated C files go in obj/kern/ (e.g. ksyms-refl.c, which happens to be built by our linker script, since the values of the C file depend on the link). -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
