Browse Source

Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only

6 are enabled by default. After these changes, to enable more you must
change the "option WSDISPLAY_DEFAULTSCREENS" in the kernel config file and
edit /etc/ttys to switch the new ones from 'off' to 'on'.
OPENBSD_2_9
aaron 23 years ago
parent
commit
c7339d2229
2 changed files with 8 additions and 3 deletions
  1. +3
    -2
      src/etc/etc.i386/MAKEDEV
  2. +5
    -1
      src/etc/etc.i386/ttys

+ 3
- 2
src/etc/etc.i386/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.87 2001/01/30 00:00:33 aaron Exp $
# $OpenBSD: MAKEDEV,v 1.88 2001/02/11 19:14:05 aaron Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -186,7 +186,8 @@ all)
sh $this ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7
sh $this mcd0 vnd0 vnd1 lpa0 lpa1 ccd0 ccd1 ccd2 ccd3
sh $this raid0 raid1 raid2 raid3 lpt0 lpt1 lpt2
sh $this ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5
sh $this ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 ttyC6 ttyC7 ttyC8 ttyC9
sh $this ttyCa ttyCb
sh $this wscons
sh $this ipl tun0 tun1 tun2
sh $this bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9


+ 5
- 1
src/etc/etc.i386/ttys View File

@ -1,5 +1,5 @@
#
# $OpenBSD: ttys,v 1.15 2001/02/08 02:55:43 aaron Exp $
# $OpenBSD: ttys,v 1.16 2001/02/11 19:14:05 aaron Exp $
#
# name getty type status comments
#
@ -12,6 +12,10 @@ ttyC4 "/usr/libexec/getty Pc" vt220 off secure
ttyC5 "/usr/libexec/getty Pc" vt220 on secure
ttyC6 "/usr/libexec/getty Pc" vt220 off secure
ttyC7 "/usr/libexec/getty Pc" vt220 off secure
ttyC8 "/usr/libexec/getty Pc" vt220 off secure
ttyC9 "/usr/libexec/getty Pc" vt220 off secure
ttyCa "/usr/libexec/getty Pc" vt220 off secure
ttyCb "/usr/libexec/getty Pc" vt220 off secure
tty00 "/usr/libexec/getty std.9600" unknown off
tty01 "/usr/libexec/getty std.9600" unknown off
tty02 "/usr/libexec/getty std.9600" unknown off


Loading…
Cancel
Save