[LinuxBIOS] Convert hex to dec

Peter Stuge peter at stuge.se
Fri Jul 6 16:28:01 CEST 2007


On Wed, Jul 04, 2007 at 04:36:57PM -0400, Joseph Smith wrote:
> > printf("value in hexadecimal is now %x\n",value);
> 
> Ok so how would I go about doing this is print_debug than?

Sorry.

print_debug() in v2 doesn't support variable number of arguments
(varargs) but maybe you could backport printk() from v3 lib/console.c ?


//Peter




More information about the coreboot mailing list