INIT: vesion 2.88 booting
/***************************************************************************** * INIT: vesion 2.88 booting * 说明: * Bruce问INIT: vesion 2.88 booting是哪里输出的,找一下资料。 * * 2017-5-16 台湾 中和区 曾剑锋 ****************************************************************************/ 一、参考源代码: https://github.com/pexip/os-sysvinit/blob/master/src/init.c 二、输出原理: 1. 2601行: initlog(L_CO, bootmsg, "booting"); 2. bootmsg: char *bootmsg = "version " VERSION " %s"; 3. VERSION: #define VERSION "2.88"