mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
Their purpose is to simplify the way a compatible boot video driver and a generic framebuffer miniport driver can retrieve this information. In this iteration, the data is retrieved only from the kernel loader-block ARC tree, via the `KeFind(Next)ConfigurationEntry()` routines. As such it can be used only by the boot video driver (loaded early in the boot process). Other methods, suitable for retrieving this information later in the boot process, will be added in the future.