History log of /reactos/boot/bootdata/txtsetup.sif (Results 1 – 25 of 78)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8d7153c8 05-Nov-2023 Dmitry Borisov <di.sean@protonmail.com>

[FREELDR] Implement NOSERIALMICE and FASTDETECT options (#5886)

Enable FASTDETECT by default, as done in NT 5+. This is because
the serial mouse is recognized by the serial stack since NT 5.x.


# 0a951f11 01-Nov-2023 Justin Miller <justin.miller@reactos.org>

[BOOTDATA] Add SMP Entry (#5859)

[HALX86] Enable SMP Hal for x86
[BOOTDATA] add livecd and set entrys


# 1fed9475 20-Oct-2023 Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>

[BOOTDATA] vfatfs.sys is packaged for xbox only (#5805)

Addendum to 14c3936 (0.4.15-dev-5090).
CORE-16373


# 7d5e1591 20-May-2023 Stanislav Motylkov <x86corez@gmail.com>

[NTOS:PNP] Assign correct PnP IDs to the devices detected by bootloader

Based on a commit by Vadim Galyant:
https://github.com/vgalnt/reactos/commit/5ef5c11e7fcca44ab31606ab762e3700f1ae24f4

Also fi

[NTOS:PNP] Assign correct PnP IDs to the devices detected by bootloader

Based on a commit by Vadim Galyant:
https://github.com/vgalnt/reactos/commit/5ef5c11e7fcca44ab31606ab762e3700f1ae24f4

Also fix a minor type conversion warning. CORE-18963 CORE-17977

Co-authored-by: Vadim Galyant <vgal@rambler.ru>

show more ...


# 328cc411 24-Sep-2022 Stanislav Motylkov <x86corez@gmail.com>

[FREELDR] Allow to boot from FATX volume using vfatfs driver

Also copy vfatfs.sys to disk in 1st stage setup.
CORE-16216 CORE-16329 CORE-16373


# 2220e566 05-Aug-2022 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[KEYBOARD][BOOTDATA][TOOLS] Rename keyboard layout files (#4596)

The keyboard layout file names of ReactOS are different from Windows' ones. It was one reason why ImmInstallIMEW fails.
- s/kbdbgm/k

[KEYBOARD][BOOTDATA][TOOLS] Rename keyboard layout files (#4596)

The keyboard layout file names of ReactOS are different from Windows' ones. It was one reason why ImmInstallIMEW fails.
- s/kbdbgm/kbdbu/ Bulgarian (Typewriter)
- s/kbdgrist/kbdgr1/ German_IBM
- s/kbdes/kbdsp/ Spanish (non-alternate!)
- s/kbdja/kbdjpn/ Japanese
- s/kbdko/kbdkor/ Korean
- s/kbdsk/kbdsl/ Slovak
- s/kbdsk1/kbdsl1/ Slovak (QWERTY)
CORE-11700

show more ...


Revision tags: 0.4.14-release
# f03750de 24-Nov-2021 Hervé Poussineau <hpoussin@reactos.org>

[VBEMP] Rename to vgapnp.sys

- rename driver vbemp.sys to vgapnp.sys
- rename service VBE to vga
- store settings in non hardware-profile registry key


# 073a1ea3 24-Nov-2021 Hervé Poussineau <hpoussin@reactos.org>

[VGAMP] Rename to vga.sys

- rename driver vgamp.sys to vga.sys
- rename service Vga to VgaSave
- store settings in non hardware-profile registry key


# 3fcd7363 30-Dec-2021 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[BOOTDATA] Remove deprecated BOCHS debugport example in txtsetup.sif.


# 07c534c8 08-Dec-2021 Stanislav Motylkov <x86corez@gmail.com>

[BOOTDATA][USBSTOR] Add device definitions for SFF-8070i (ARMD-style devices)

Confirmed working with our usbstor driver by Vort.

CORE-17895


# 18b4cc14 11-May-2021 Dmitry Borisov <di.sean@protonmail.com>

[ISAPNP] Start the driver early in the boot

Because our child devices can have boot-start drivers


# b6273528 12-Jun-2021 Timo Kreuzer <timo.kreuzer@reactos.org>

[NTOS][SETUP] Add x64 SMP kernel and make SMP the default boot mode on x64


# 5ee09256 03-Jun-2021 Timo Kreuzer <timo.kreuzer@reactos.org>

[HAL] Add APIC hals to setup and livecd


# 9bf65730 19-Dec-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[BOOTDATA] Enable loading of the pci.sys driver


# 85cb8a89 19-Dec-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[BOOTDATA] Do not explicitly load driver libraries in txtsetup.sif

If any driver depends on them, they will be loaded automatically


# 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 ...


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

[STORAHCI] Do not put the driver onto cd

Meanwhile, fix add_registry_inf usage (it is really a driver inf)


# 4792c007 03-Nov-2020 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[FREELDR] Add the possibility to change the boot load options from TXTSETUP.SIF
at runtime from the boot selection menu or from FREELDR.INI.

CORE-17350, CORE-9023

For a proper override of the optio

[FREELDR] Add the possibility to change the boot load options from TXTSETUP.SIF
at runtime from the boot selection menu or from FREELDR.INI.

CORE-17350, CORE-9023

For a proper override of the options by new user options, specify the
/SIFOPTIONSOVERRIDE switch in addition. Otherwise, user options are
merged with those retrieved from TXTSETUP.SIF, with priority given to
the former ones.

- Update the documentation for the 'ReactOSSetup' OS type in the
FREELDR.INI file template.

- Use a different prompt in the custom boot options editor for the
'ReactOSSetup' OS type, with adequate explanation.

- Get rid of the ReactOS-specific TXTSETUP.SIF 'DbgOsLoadOptions' value,
and use instead the Windows-compatible 'SetupDebugOptions' value that
is added to the other load options when debugging is to be enabled.

show more ...


# 310a24da 13-Sep-2020 Dmitry Borisov <di.sean@protonmail.com>

[INPORT] Add driver for bus mouse devices (#3173)

It adds basic input support for:
- Standard Bus Mouse
- Standard InPort Mouse
- Logitech Bus Mouse
- Microsoft Bus Mouse
- Microsoft InPort Mouse
-

[INPORT] Add driver for bus mouse devices (#3173)

It adds basic input support for:
- Standard Bus Mouse
- Standard InPort Mouse
- Logitech Bus Mouse
- Microsoft Bus Mouse
- Microsoft InPort Mouse
- NEC PC-98 Bus Mouse

Untested on PC/AT, but should work.

show more ...


# d50cbb6e 22-Sep-2020 Dmitry Borisov <di.sean@protonmail.com>

[INF] Remove duplicated manufacturer names (#3173)

[BOOTDATA] Change the computer name to ensure naming consistency


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
# 86782012 27-Jun-2019 Timo Kreuzer <timo.kreuzer@reactos.org>

[BOOTDATA] Use reactos subfolder as source dir on bootcd for now


# c57350e2 28-Aug-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[CLASSPNP][DISK_NEW][CDROM_NEW] Remove the drivers
Due to WDK/DDK licensing issues

CORE-17129


# b36018ff 25-Jul-2020 Dmitry Borisov <di.sean@protonmail.com>

[HALPC98] Add Hardware Abstraction Layer for NEC PC-98 series (#3002)


# 415c737c 09-Jun-2020 Stanislav Motylkov <x86corez@gmail.com>

[FREELDR] Add display controller detection for Xbox

Also add system identifier here.

[BOOTDATA] Fix some typos

CORE-16216


# 49040fa5 08-May-2020 Hervé Poussineau <hpoussin@reactos.org>

[ISAPNP] Enable driver


1234