Index: creator_vt.c =================================================================== --- creator_vt.c (revision 269685) +++ creator_vt.c (working copy) @@ -153,6 +153,7 @@ /* 32-bit VGA palette */ vt_generate_vga_palette(sc->fb.fb_cmap, COLOR_FORMAT_RGB, 255, 16, 255, 8, 255, 0); + sc->fb.fb_cmsize = 16; vt_fb_init(vd);