Flanterm back to bump alloc (allows earlier use for real hw debugging)

This commit is contained in:
2026-03-15 21:11:47 +01:00
parent 80d8b49560
commit 0482f594ef
4 changed files with 8 additions and 9 deletions

View File

@@ -136,8 +136,8 @@ void term_init()
{
uint32_t bgColor = 0x252525;
ft_ctx = flanterm_fb_init(
kmalloc,
flanterm_free_wrapper,
NULL,
NULL,
boot_ctx.fb->address, boot_ctx.fb->width, boot_ctx.fb->height, boot_ctx.fb->pitch,
boot_ctx.fb->red_mask_size, boot_ctx.fb->red_mask_shift,
boot_ctx.fb->green_mask_size, boot_ctx.fb->green_mask_shift,