[LinuxBIOS] RESEND: v3 patch for console functions, and mods to lib/lar.c to support a void * parameter for running functions.

ron minnich rminnich at gmail.com
Thu Jan 3 19:53:15 CET 2008


On Jan 3, 2008 10:03 AM, Stefan Reinauer <stepan at coresystems.de> wrote:
> * ron minnich <rminnich at gmail.com> [080103 18:50]:
> > +void banner(int level, char *s)
> > +{
> > +     printk(level, "===========================%s===========================\n", s);
> > +}
>
>
> I don't like this function all too much.. I'd prefer something where the
> width of the banner stays constant.

hmm. OK, that means a strlen call but I guess we can do it.

ron




More information about the coreboot mailing list