rm.claimMemoryResource(device, Address.fromIntZeroExtend(fbBase), fbSize,
ResourceManager.MEMMODE_NORMAL);
this.vgaIO = new NVidiaVgaIO(mmio, videoRam);
} catch (NameNotFoundException ex) {
throw new ResourceNotFreeException(ex);
}
this.hwCursor = new NVidiaHardwareCursor(vgaIO, architecture);
this.acc = new NVidiaAcceleration(vgaIO, architecture);
this.memSize = getMemorySize();
int bootInfo;