Add initial port of the "open source vga bios" project.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 7 May 2009 03:35:59 +0000 (23:35 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 7 May 2009 03:35:59 +0000 (23:35 -0400)
commit1f2c307bc3ed23625c1a2842ff8f92a44917aebf
tree5a5296955020ac03b0b2babbb097d2b74a55ea85
parentf8e176c48b0a4c6609f06786052ba711b324ca2a
Add initial port of the "open source vga bios" project.

This is an initial import of the code from:
    http://www.nongnu.org/vgabios/
The code has been ported from bcc to gcc and gas.
This is an initial import - many functions have not been ported; many
    bugs are present.
Makefile
vgasrc/clext.c [new file with mode: 0644]
vgasrc/vga.c [new file with mode: 0644]
vgasrc/vgaentry.S [new file with mode: 0644]
vgasrc/vgafonts.c [new file with mode: 0644]
vgasrc/vgalayout.lds.S [new file with mode: 0644]
vgasrc/vgatables.c [new file with mode: 0644]
vgasrc/vgatables.h [new file with mode: 0644]