reactos/drivers/base
Hermès Bélusca-Maïto ede3fddad7
[BOOTVID] Diverse enhancements.
- Import cmdcnst.h and vga.h headers from the 'vga_new' VGA Miniport Driver,
  that contain definitions related to VGA registers as well as command-stream
  functionality.

- Replace a bunch of hardcoded values by their corresponding defintions.

- Replace "Captain-Obvious" comments in VgaIsPresent() with actual
  explanations from the corresponding function in 'vga_new'.

- Simplify the VgaInterpretCmdStream() function, based on the
  corresponding one from 'vga_new'.

- Use concise comments in the 'AT_Initialization' command stream definition.

- Import the 'VGA_640x480' initialization command stream from 'vga_new'
  and use it as the full VGA initialization stream whenever the HAL
  does not handle the VGA display (HalResetDisplay() returning FALSE).
  Otherwise we just use the 'AT_Initialization' command stream that
  performs minimal initialization.

- Remove unused AT_Initialization and other declarations from ARM build.
2019-06-23 23:59:48 +02:00
..
beep [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
bootvid [BOOTVID] Diverse enhancements. 2019-06-23 23:59:48 +02:00
condrv [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
kdcom [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
kdgdb [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
kdrosdbg [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
kdvm [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
nmidebug [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
null [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
CMakeLists.txt