Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   nat
Date:           Thu Apr 30 13:46:47 UTC 2015

Modified Files:
        src/sys/arch/amd64/conf: Makefile.amd64
        src/sys/arch/arm/conf: Makefile.arm
        src/sys/kern: init_main.c
Added Files:
        src/sys/dev/splash: splash.mk

Log Message:
Added a new option for embedding a splash screen into kernel.
Add: options SPLASHSCREEN
     makeoptions SPLASHSCREEN_IMAGE="path/to/image"
to your config file.  So far it will work on amd64 and RPI/RPI2.

This commit was with ideas, help, and OK from jmcneill@.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/amd64/conf/Makefile.amd64
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/arm/conf/Makefile.arm
cvs rdiff -u -r0 -r1.1 src/sys/dev/splash/splash.mk
cvs rdiff -u -r1.464 -r1.465 src/sys/kern/init_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index