Remove debug comment on SYS_FRAMEBUFFER_LIST.

This commit is contained in:
TomAwezome 2022-10-16 19:32:28 -04:00
parent 6325fd7707
commit e3c13b2baf

View file

@ -65,9 +65,6 @@ SYS_BOOT_STACK:: DU32 BOOT_RAM_LIMIT;
SYS_IS_UEFI_BOOTED:: DU8 0;
SYS_FRAMEBUFFER_LIST:: DU8 sizeof(CVideoInfo) * VBE_MODES_NUM DUP(0);
// TODO: after placing this here, Ctrl-Alt-Shift-Z to un-zoom the screen
// causes a General Protection at &GrUpdateScreen32+0x89 with
// RAX 0x00E2C4A686A4C2E1, RSI all 0F repeated, and RDI 0x0FF1D3B595B3D1F0
#assert $$ - SYS_KERNEL == sizeof(CKernel) - sizeof(CZXE)