History log of /reactos/drivers/base/bootvid/i386/pc/bootvid.c (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3b62a89d 19-Mar-2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[BOOTVID] Don't NTAPI non-exported functions; remove useless `@implemented` (#6650)


# ff790a91 12-Jul-2023 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[BOOTVID] Add file copyright information headers (#6650)


Revision tags: 0.4.14-release
# cd912717 09-May-2020 Stanislav Motylkov <x86corez@gmail.com>

[NTOSKRNL][HAL][BOOTVID] Some more code refactoring

- Add boot video color constants
- Refactor palette initialization
- Move some common stuff in right place
- Get rid of some magic constants and h

[NTOSKRNL][HAL][BOOTVID] Some more code refactoring

- Add boot video color constants
- Refactor palette initialization
- Move some common stuff in right place
- Get rid of some magic constants and hardcoded values
- Get rid of TopDelta variable (calculated at compile time)
- Update SAL annotations

Addendum to 5f2ca473. CORE-16216 CORE-16219

show more ...


Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release
# 5f2ca473 08-Apr-2020 Dmitry Borisov <di.sean@protonmail.com>

[BOOTVID] Code refactoring. (#2510)

- Abstract the VGA and LCD code.
- Create a common file for all platforms.


# df23bb77 08-Apr-2020 Dmitry Borisov <di.sean@protonmail.com>

[BOOTVID] Move the VGA code into the PC directory. (#2510)