diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/hardwaremain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index 08f972e612..00bc559771 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -56,6 +56,7 @@ void hardwaremain(int boot_complete) console_init(); post_code(0x39); + printk_notice("LinuxBIOS-%s%s %s %s...\n", linuxbios_version, linuxbios_extra_version, linuxbios_build, (boot_complete)?"rebooting":"booting"); |