Subject: Re: is it boot or is it me?
To: David Laight <david@l8s.co.uk>
From: Marc Recht <marc@informatik.uni-bremen.de>
List: port-i386
Date: 02/05/2003 12:50:28
> I presume you mean 2.16 as generated by:
yes
 
> void
> print_banner(void)
> {
> 
>         printf("\n");
>         printf(">> %s, Revision %s\n", bootprog_name, bootprog_rev);
>         printf(">> (%s, %s)\n", bootprog_maker, bootprog_date);
>         printf(">> Memory: %d/%d k\n", getbasemem(), getextmem());
> }
> 
> Which is helpful - because it has actually got into the C code...
> Do you see all of that message?
No, I don't see that "Memory: " line. 
(That box has 1.5gb ram.)

Regards,
Marc