Still one outstanding problem, which is that
vga_save_dpy_resize has the wrong prototype.
s->vram_offset = vga_ram_offset;
s->vram_size = vga_ram_size;
s->ds = ds;
- ds->palette = s->last_palette;
s->get_bpp = vga_get_bpp;
s->get_offsets = vga_get_offsets;
s->get_resolution = vga_get_resolution;
graphic_console_init(s->ds, vga_update_display, vga_invalidate_display,
- vga_screen_dump, s);
+ vga_screen_dump, NULL, s);
vga_bios_init(s);
}
BAD_OBJS += loader.o gdbstub.o acpi.o apic.o
BAD_OBJS += vmmouse.o vmport.o tcg* helper.o
-# don't compile right now:
-BAD_OBJS += vga.o
-
OBJS := $(filter-out $(BAD_OBJS), $(OBJS))