[PATCH v3 1/2] powerpc/xmon: Paged output for paca display

Michael Ellerman mpe at ellerman.id.au
Wed Oct 14 20:39:09 AEDT 2015


On Thu, 2015-10-08 at 11:50 +1100, Sam Bobroff wrote:
> The paca display is already more than 24 lines, which can be problematic
> if you have an old school 80x24 terminal, or more likely you are on a
> virtual terminal which does not scroll for whatever reason.
> 
> This patch adds a new command ".", which takes a single (hex) numeric
> argument: lines per page. It will cause the output of "dp" and "dpa"
> to be broken into pages, if necessary.
> 
> Sample output:
> 
> 0:mon> .10

So what about making it "#" rather than "." ?

cheers




More information about the Linuxppc-dev mailing list