Set the window size to 2 GB for linear framebuffer
authorH. Peter Anvin <hpa@zytor.com>
Thu, 14 Feb 2008 06:17:03 +0000 (22:17 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 14 Feb 2008 06:17:03 +0000 (22:17 -0800)
commitc0cda3c772530d0b8c275fb382b2fe9d0efd5536
treebd179b234ae0b64c0da884f0e78d1c015ce1f5c3
parentbc0516eb0e186087fefc90bca70fb06998ae7a71
Set the window size to 2 GB for linear framebuffer

Set the window size to 2 GB for linear framebuffer, lest the
calculation:

    l = min(bytes, win_size-win_off);

... incorrectly returns zero when win_off == 0.
com32/lib/sys/vesa/screencpy.c