commit | c0c7df6bf440ec2d26905d0ed0077782bd4538c9 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun May 17 18:11:33 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun May 17 18:11:33 2009 -0400 |
tree | d0864536142a3b5317741ba4e3d32373bac295ad | |
parent | 3c3c8315c87facb8536bc9ffe84fa961ba668fed [diff] |
VGA: Extract code from vga.c into new files vgaio.c and vgafb.c. Move hardware IO accessor functions to vgaio.c. Move framebuffer and font manipulation code to vgafb.c. Also, have biosfn_write_teletype use biosfn_write_char_attr/only. Also, breakout set_scan_lines() functionality from biosfn_load_text_X.