feat: serial device interfacing
[lunaix-os.git] / lunaix-os / kernel / tty / lxconsole.c
index 0bcb9b71213e015471405fcfee4dccffc4be1a80..46f4dd253ce00fbf9499e6e07f6947b5ca5008e6 100644 (file)
@@ -357,6 +357,7 @@ lxconsole_spawn_ttydev(struct device_def* devdef)
 }
 
 static struct device_def lxconsole_def = {
+    .name = "Lunaix Virtual Console",
     .class = DEVCLASS(DEVIF_NON, DEVFN_TTY, DEV_BUILTIN, 0),
     .init = lxconsole_spawn_ttydev
 };