Flanterm support OK from kmain. No kbd. Writing from process = PF

This commit is contained in:
2026-03-08 09:14:21 +01:00
parent c8a72244b1
commit 90dc26ee11
5 changed files with 10 additions and 10 deletions

View File

@@ -34,4 +34,5 @@ void kputs(const char* str)
_putchar(str[i]);
i++;
}
_putchar('\r');
}