]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
vt(4): Support syscons' SC_HISTORY_SIZE to configure history size
authordumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 22 Nov 2014 17:47:03 +0000 (17:47 +0000)
committerdumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 22 Nov 2014 17:47:03 +0000 (17:47 +0000)
commit7ac5d3d3216fcb64bda5a4dc27d1ff39e5f0c626
treeaaa667a6461d918dc9bfb74413773a15848b7745
parent07f2336d4edf4b0d1017c6cb5f2ad70d36cf06e1
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 of: r274117

git-svn-id: svn://svn.freebsd.org/base/stable/10@274868 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/vt/vt.h