Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot

This commit is contained in:
Marty Connor
2007-07-03 16:02:15 -04:00
parent 4bcfe7507b
commit 9b3c4e4d79
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;