Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe

This commit is contained in:
Michael Brown
2007-07-03 21:09:26 +01:00
10 changed files with 7 additions and 610 deletions

View File

@@ -33,7 +33,7 @@ static void video_init(void)
{
static int inited=0;
vidmem = (unsigned char *)phys_to_virt(VIDBUFFER);
vidmem = (char *)phys_to_virt(VIDBUFFER);
if (!inited) {
video_line = 0;