mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-05-17 03:03:57 +00:00
vt: reduce from 63 to 9 ttys.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
* resizing).
|
* resizing).
|
||||||
*/
|
*/
|
||||||
#define MIN_NR_CONSOLES 1 /* must be at least 1 */
|
#define MIN_NR_CONSOLES 1 /* must be at least 1 */
|
||||||
#define MAX_NR_CONSOLES 63 /* serial lines start at 64 */
|
#define MAX_NR_CONSOLES 9 /* serial lines start at 64 */
|
||||||
/* Note: the ioctl VT_GETSTATE does not work for
|
/* Note: the ioctl VT_GETSTATE does not work for
|
||||||
consoles 16 and higher (since it returns a short) */
|
consoles 16 and higher (since it returns a short) */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user