Kernel: Add support for text mode terminal

This probably won't be used at all but it was so simple and made me do
really nice refactorings so i decided to add it :)
This commit is contained in:
2025-04-18 02:45:06 +03:00
parent 40d1d20cd6
commit 7c6966a9c4
8 changed files with 202 additions and 2 deletions

View File

@@ -3,7 +3,8 @@
#include <stdint.h>
#define BANAN_BOOTLOADER_MAGIC 0xD3C60CFF
#define BANAN_BOOTLOADER_FB_RGB 1
#define BANAN_BOOTLOADER_FB_RGB 1
#define BANAN_BOOTLOADER_FB_TEXT 2
struct BananBootFramebufferInfo
{