This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RedBoot multiple RAM reporting mod


On Sat, 2003-09-20 at 07:17, Chris Garry wrote:
> A simple patch that changes the way the RAM segments are reported by RedBoot from this:
> 
> RAM: 0x00000000-0x00080000, [0x00017cb0-0x0006f000][0x01900000-0x03900000] avail
> able
> 
> to this:
> 
> RAM: 0x00000000-0x00080000, [0x00017cb0-0x0006f000] available
>      0x01900000-0x03900000, [0x01900000-0x03900000] available
> 
> This stops the RAM line getting too long and wrapping on the terminal emulator, and
> (hopefully) makes it a little easier to understand.
> 

Seems reasonable to me.  Note: I was concerned about this before,
I just didn't do much about it.  It may still be a bit confusing
since, at the moment, all lines but the first will just be repetitious.

I'll apply this anyway (next time, please generate the patch against
the current tree - I'll have to apply the ChangeLog change manually
since I already applied your previous patch)

Thanks.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]