mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 16:16:31 +00:00
Remove debug comment on SYS_FRAMEBUFFER_LIST.
This commit is contained in:
parent
6325fd7707
commit
e3c13b2baf
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue