VBoxGuest driver and control

This commit is contained in:
lex
2026-03-04 22:03:47 +03:00
parent 0f400bc0e0
commit 53f047232f
75 changed files with 12248 additions and 4033 deletions

17
data/display/structs.inc Normal file
View File

@@ -0,0 +1,17 @@
; =============================================================================
; Display Service Structures
; =============================================================================
; VMMDEV_GET_DISPLAY_CHANGE_REQUEST2 and DISPLAY_STATE are defined in
; data/core/structs.inc
struct DISPLAY
x dd ?
y dd ?
width dd ?
height dd ?
bits_per_pixel dd ?
vrefresh dd ?
pitch dd ?
lfb dd ?
ends