Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/i386/stand



Christos Zoulas <christos%NetBSD.org@localhost> writes:

> Log Message:
> add a boot.cfg option to clear the screen; default off. From Anon Ymous
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.40 -r1.41 src/sys/arch/i386/stand/boot/boot2.c
> cvs rdiff -r1.24 -r1.25 src/sys/arch/i386/stand/dosboot/main.c
> cvs rdiff -r1.1 -r1.2 src/sys/arch/i386/stand/lib/bootmenu.c \
>     src/sys/arch/i386/stand/lib/bootmenu.h
> cvs rdiff -r1.27 -r1.28 src/sys/arch/i386/stand/lib/libi386.h
> cvs rdiff -r1.23 -r1.24 src/sys/arch/i386/stand/lib/pcio.c
> cvs rdiff -r1.12 -r1.13 src/sys/arch/i386/stand/netboot/main.c
> cvs rdiff -r1.16 -r1.17 src/sys/arch/i386/stand/pxeboot/main.c

I guess you might want to remove following line added in rev. 1.16 of
pxeboot/main.c (just previous version of this commit) since the same
line is removed from boot2.c by this commit.

+       printf("\f");           /* clear screen (hopefully) */

enami.


Home | Main Index | Thread Index | Old Index