Sun 12 Jan 19:29:58 CET 2025

This commit is contained in:
sbosse 2025-01-12 19:30:33 +01:00
parent b2107f21a8
commit 1f2634ad43

View File

@ -23,6 +23,12 @@ extern struct console console_root;
struct console * console_create_root(); struct console * console_create_root();
/*
Switch to serial consol #portnr ?
If not, -1
*/
extern int console_serial;
/* /*
Any number of other consoles can be created and manipulated Any number of other consoles can be created and manipulated
on top of existing windows. on top of existing windows.