Let's try without that?

This commit is contained in:
Kevin Lange 2011-04-04 22:20:28 -05:00
parent 6eb1550d9e
commit bff65f127f

View File

@ -122,10 +122,10 @@ bochs_set_point(
void
bochs_scroll() {
__asm__ __volatile__ ("cli");
//__asm__ __volatile__ ("cli");
uint32_t size = sizeof(uint32_t) * bochs_resolution_x * (bochs_resolution_y - 12);
memmove((void *)BOCHS_VID_MEMORY, (void *)((uintptr_t)BOCHS_VID_MEMORY + bochs_resolution_x * 12 * sizeof(uint32_t)), size);
__asm__ __volatile__ ("sti");
//__asm__ __volatile__ ("sti");
}
void