History log of /reactos/boot/bootdata/setupreg.inf (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.14-release
# 942f2e43 10-Dec-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[BOOTDATA] Don't remove critical device DB for the setup

We need the CDDB during the setup, so don't delete it for now.
The "proper" way for filling it is yet to be decided, Windows does that
from t

[BOOTDATA] Don't remove critical device DB for the setup

We need the CDDB during the setup, so don't delete it for now.
The "proper" way for filling it is yet to be decided, Windows does that
from the data in txtsetup.sif file. Our final approach may be different

show more ...


# 139e8f53 05-Dec-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[BOOTDATA] Fix boot (addendum to dd56e065bcb1cf366d7f6bf11d6ff9d37baf91e4)

- GenCdRom is actually required now to be in CDDB
- Forgot to add partmgr registry keys

CORE-6264


# dd56e065 05-Dec-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[REACTOS] Enable PnP storage stack

- Use PnP storage class drivers
- Make partmgr an upper filter driver for Disk class
- Fill upper filters in txtsetup and usetup/devinst
- Add cdrom driver to the

[REACTOS] Enable PnP storage stack

- Use PnP storage class drivers
- Make partmgr an upper filter driver for Disk class
- Fill upper filters in txtsetup and usetup/devinst
- Add cdrom driver to the critical device database

CORE-6264

show more ...


Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release
# 6392c5a7 04-Sep-2019 Victor Perevertkin <victor@perevertkin.ru>

[USBHUB_NEW] Enable generic USB hubs (USB class 09)
They actually work, tested on a couple of real devices


Revision tags: 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release, 0.4.8-RC, 0.4.9-dev
# 86f31289 15-Jan-2018 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[BOOTDATA][SETUPLIB][REACTOS] INF support fixes.

- BOOTDATA: Use standard INF signature string, so that they can be
opened successfully using ReactOS' or Windows' setupapi.dll with
the INF_STYLE

[BOOTDATA][SETUPLIB][REACTOS] INF support fixes.

- BOOTDATA: Use standard INF signature string, so that they can be
opened successfully using ReactOS' or Windows' setupapi.dll with
the INF_STYLE_WIN4 style.

- SETUPLIB: Use the correct INF_STYLE_* INF styles in SpInfOpenInfFile() calls.

- REACTOS : Switch thread locale to user-specified LocaleId when calling
SetupOpenInfFileW(), so that the correct localized strings are used.

show more ...


# 82694783 24-Oct-2018 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[CMAKE] Apply patch INF file for the SETUP SYSTEM registry hive that removes the entries in the Critical Device Database that cause problems with PnP setup during 1st-stage setup.