summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/logo
Commit message (Collapse)AuthorAgeFilesLines
* vt: Draw logos per CPU corecem2015-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
* Remove stray whitespaces.ray2014-09-121-1/+1
|
* Readd the vt(4) driver and corresponding tools.ed2011-03-221-0/+641
OpenPOWER on IntegriCloud