DOC: small user manual

This commit is contained in:
boreddevnl
2026-04-14 10:59:52 +02:00
parent fd7fa4f16e
commit bb187faf79
13 changed files with 214 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ static uint32_t text_color = 0xFFFFFFFF; // White
void kconsole_init(void) {
cursor_x = 10;
cursor_y = 10;
kconsole_active = true;
kconsole_active = false;
// Initial clear screen during boot
graphics_clear_back_buffer(0x00000000);