aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/logo
Commit message (Collapse)AuthorAgeFilesLines
* Update Conrad Meyer's emailEd Maste2019-10-171-1/+1
| | | | | | | | | cem is now a committer Approved by: cem Notes: svn path=/head/; revision=353686
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326255
* vt: Draw logos per CPU coreConrad Meyer2015-07-211-0/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This feature is inspired by another Unix-alike OS commonly found on airplane headrests. A number of beasties[0] are drawn at top of framebuffer during boot, based on the number of active SMP CPUs[1]. Console buffer output continues to scroll in the screen area below beastie(s)[2]. After some time[3] has passed, the beasties are erased leaving the entire terminal for use. Includes two 80x80 vga16 beastie graphics and an 80x80 vga16 orb graphic. (The graphics are RLE compressed to save some space -- 3x 3200 bytes uncompressed, or 4208 compressed.) [0]: The user may select the style of beastie with kern.vt.splash_cpu_style=(0|1|2) [1]: Or the number may be overridden with tunable kern.vt.splash_ncpu. [2]: https://www.youtube.com/watch?v=UP2jizfr3_o [3]: Configurable with kern.vt.splash_cpu_duration (seconds, def. 10). Differential Revision: https://reviews.freebsd.org/D2181 Reviewed by: dumbbell, emaste Approved by: markj (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=285766
* Remove stray whitespaces.Aleksandr Rybalko2014-09-121-1/+1
| | | | Notes: svn path=/head/; revision=271463
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+641
Reviewed by: nwhitehorn MFC_to_10_after: re approval Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=259016