- applied rombios boot message improvements by Sebastian
commit341a37f2ff8e8e3291dc899e7f616c9fa9916f13
authorVolker Ruppert <info@vruppert.de>
Sun, 17 Feb 2008 16:37:42 +0000 (17 16:37 +0000)
committerVolker Ruppert <info@vruppert.de>
Sun, 17 Feb 2008 16:37:42 +0000 (17 16:37 +0000)
treeb2214288ac5d5625d1ee92d90761a605303d05a4
parenta7592ae4c502d19f65b785811b2b323114729445
- applied rombios boot message improvements by Sebastian
  * shorten the boot failure message (removed redundant part) and added some
    indentation
  * print BEV product string
  * changed put_str to accept segment and offset as parameters. It allows
    printing strings from memory != get_CS(), e.g. option roms.
  * introduced a custom format specifier %S to bios_printf
rombios.c