Integrate flaterm terminal

This commit is contained in:
2025-08-13 23:28:25 +02:00
parent ce6b17d72b
commit 95832bb3a7
23 changed files with 3230 additions and 21 deletions

7
kernel/putchar.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef PUTCHAR_H_
#define PUTCHAR_H_
#define PUTCHAR_FB 1
#define PUTCHAR_SERIAL 2
#endif // PUTCHAR_H_