Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ConsoleCharacter
Class
ConsoleCharacter
Kernel/include/videoconsole.h:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <stdint.h>
4
5
struct ConsoleCharacter
6
{
7
char c;
8
uint8_t r, g, b;
9
} __attribute__((packed));
10
11
class VideoConsole{
12
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected