mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user