diff --git a/sys/vmm/getfreevirtualpage.c b/sys/vmm/getfreevirtualpage.c index 512e8b5..a18732d 100644 --- a/sys/vmm/getfreevirtualpage.c +++ b/sys/vmm/getfreevirtualpage.c @@ -150,7 +150,9 @@ //kprintf( "y: %i, counter: %i, count: %i\n", y, counter, count ); - start_page += ( PAGE_SIZE * counter ); + // XXX - This is worng? start_page += ( PAGE_SIZE * counter ); + + start_page += ( PAGE_SIZE * 1024 ); goto keepMapping;