]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vt(4): Support syscons' SC_HISTORY_SIZE to configure history size
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Tue, 4 Nov 2014 23:51:35 +0000 (23:51 +0000)
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Tue, 4 Nov 2014 23:51:35 +0000 (23:51 +0000)
commit0d265707aa9eba0acfd2e8d2de59c5a9c8dd8736
tree8b600ccd31295db44c8a142c59bf9ca4cebfc2bf
parent041394f38a59889f0e14ace3306df5310cd5aeac
vt(4): Support syscons' SC_HISTORY_SIZE to configure history size

Therefore, to set histry size to 2000 lines, add the following line to
your kernel configuration file:
    options SC_HISTORY_SIZE=2000

The default history remains at 500 lines.

MFC after: 1 week
sys/dev/vt/vt.h