SayoriOS  0.3.3
intel.h
1 // Intel HD Graphics (8086:2a42) driver by NDRAEY (c) 2024
2 // WARNING: Driver is in WIP STAGE
3 // For SayoriOS ;)
4 
5 #pragma once
6 
7 #define IGFX_GMBUS0 0x5100
8 #define IGFX_GMBUS1 0x5104
9 #define IGFX_GMBUS2 0x5108
10 #define IGFX_GMBUS3 0x510C
11 #define IGFX_GMBUS4 0x5110
12 #define IGFX_GMBUS5 0x5120
13 
14 #define IGFX_CURACNTR 0x70080
15 
16 void igfx_init();