taglinefilesource code
font_select315drivers/char/vga.cint font_select = 0x00;
font_select351drivers/char/vga.cfont_select = ch512 ? 0x04 : 0x00;
font_select361drivers/char/vga.cfont_select = arg ? (ch512 ? 0x0e : 0x0a) : 0x00;
font_select424drivers/char/vga.coutb_p( font_select, seq_port_val );