diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:17:41 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:17:41 +0000 |
commit | 54d6b08f010d2dc458184a4845f8fbdaaf0da429 (patch) | |
tree | e0a5d1459e05651ef46b4b671a2664721221fd7a /src/boot | |
parent | 93cabf12d1394e74818c9028789d9fe875147980 (diff) | |
download | coreboot-54d6b08f010d2dc458184a4845f8fbdaaf0da429.tar.xz |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-54
Creator: Ronald G. Minnich <rminnich@lanl.gov>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1970 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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"); |