Add scroll region support and refactor framebuffer handling

This commit is contained in:
2025-09-03 15:06:25 +02:00
parent 9f5daafad9
commit 227da47bfc
5 changed files with 321 additions and 56 deletions

View File

@@ -25,7 +25,10 @@ KAFFINITY HlpActiveProcessors;
APIC_MODE HlpApicMode;
/* FrameBuffer information */
HAL_FRAMEBUFFER_DATA HlpFrameBufferData;
HL_FRAMEBUFFER_DATA HlpFrameBufferData;
/* Scroll region information */
HL_SCROLL_REGION_DATA HlpScrollRegionData;
/* System information */
ACPI_SYSTEM_INFO HlpSystemInfo;