]> xenbits.xensource.com Git - seabios.git/commit
VGA: Extract code from vga.c into new files vgaio.c and vgafb.c.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 17 May 2009 22:11:33 +0000 (18:11 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 17 May 2009 22:11:33 +0000 (18:11 -0400)
commitc0c7df6bf440ec2d26905d0ed0077782bd4538c9
treed0864536142a3b5317741ba4e3d32373bac295ad
parent3c3c8315c87facb8536bc9ffe84fa961ba668fed
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.
vgasrc/vga.c
vgasrc/vgafb.c [new file with mode: 0644]
vgasrc/vgaio.c [new file with mode: 0644]
vgasrc/vgatables.h