Martin-Éric Racine, le dim. 29 mars 2026 17:49:13 +0300, a ecrit: > I was wondering if there's any way of preventing the font from > changing during Hurd bootup? I only want to configure the keymap, not > change the font.
Currently the console always loads a font. It could be made to leave the font as it is, we'd need to teach it what the default encoding set is used by the PC standard, i.e. replace dynafont_new/activate with something that sets active_dynafont to the pre-defined PC standard. Also we'd need to read from the VGA board the size of the current font, to be able to properly set the cursor size. Alternatively, you could use the vga-system.bdf font. Samuel

