From 1f2634ad4388baa820073080e42d6041c89b7a4c Mon Sep 17 00:00:00 2001 From: sbosse Date: Sun, 12 Jan 2025 19:30:33 +0100 Subject: [PATCH] Sun 12 Jan 19:29:58 CET 2025 --- kernel/console.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kernel/console.h b/kernel/console.h index 3dd07e8..d7268f2 100644 --- a/kernel/console.h +++ b/kernel/console.h @@ -23,6 +23,12 @@ extern struct console console_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 on top of existing windows.