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] | |
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.
--
ChrisAttachment:
redboot-mod.pat
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |