mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Improve version number handling
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@533 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -64,7 +64,8 @@ entry( void )
|
||||
|
||||
printk("\n");
|
||||
printk("=============================================================\n");
|
||||
printk("OpenBIOS %s [%s]\n", OPENBIOS_RELEASE, OPENBIOS_BUILD_DATE );
|
||||
printk(PROGRAM_NAME " " OPENBIOS_VERSION_STR " [%s]\n",
|
||||
OPENBIOS_BUILD_DATE);
|
||||
|
||||
ofmem_init();
|
||||
initialize_forth();
|
||||
|
||||
Reference in New Issue
Block a user