Re: boot/zboot: cmd.c merge

2014-07-26 Thread Todd T. Fries
I'll have to see about trying this out on my zaurus. Last time I checked, the boot> prompt ran in linux text console mode, which means once you reach the last line, it scrolls on the last line, and the rest of the screen is locked. Highly inconvenient without clear. Hmm.. Penned by Tobias Stoec

Re: boot/zboot: cmd.c merge

2014-07-11 Thread Tobias Stoeckmann
Anyone? On Fri, Jul 04, 2014 at 07:41:07PM +0200, Tobias Stoeckmann wrote: > On Sun, Jun 29, 2014 at 08:40:53PM +0200, Tobias Stoeckmann wrote: > > "cc -c" works for zaurus' cmd.c. I don't have a zaurus, so it would be > > nice if a zaurus owner can test these changes. > > Got feedback from zaur

Re: boot/zboot: cmd.c merge

2014-07-04 Thread Tobias Stoeckmann
On Sun, Jun 29, 2014 at 08:40:53PM +0200, Tobias Stoeckmann wrote: > "cc -c" works for zaurus' cmd.c. I don't have a zaurus, so it would be > nice if a zaurus owner can test these changes. Got feedback from zaurus users. The Makefile was missing another change: It still listed cmd.c in SRCS. Co

Re: boot/zboot: cmd.c merge

2014-06-30 Thread Tobias Stoeckmann
On Sun, Jun 29, 2014 at 08:40:53PM +0200, Tobias Stoeckmann wrote: > Greatly reduces diff-Output between these files: Just "clear" command, > the same way it was back then. After feedback from Theo, just kill clear command and therefore use cmd.c from stand/boot in zboot. Any zaurus user around

boot/zboot: cmd.c merge

2014-06-29 Thread Tobias Stoeckmann
Hi, this diff merges cmd.c files of sys/stand/boot and sys/arch/zaurus/stand/zboot. Back in time, that file was copied to add "clear" command for zaurus. Revision 1.2 of zaurus' file added some clean ups which could be merged back. Otherwise, get the changes of stand/boot into stand/zboot, too.