forked from Bananymous/banan-os
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user