Adam Słaboń
334abba1c3
[BOOTDATA] Add an empty SystemPrefix value ( #3362 )
...
This gets "ReactOS" with Win2003 NT kernel + HAL boot a bit further.
(The "SystemPrefix" REG_DWORD value is part of license information in Win2000/XP/2003.)
2020-11-09 23:46:35 +01:00
Hermès Bélusca-Maïto
4792c007aa
[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.
2020-11-04 19:59:28 +01:00
Jérôme Gardou
95d873091b
[CMAKE] Make reactos_cab_inf really depend on reactos.inf
...
Instead of being always out of date & always trigger reactos.cab creation
2020-10-28 18:03:34 +01:00
Jérôme Gardou
b2cf5a4c03
Revert "[CMAKE] Make unattended bootcd configurable via cmake"
...
This reverts commit cfd4ef9384
.
This was way more controversial than I would have thought
2020-10-26 18:13:50 +01:00
Jérôme Gardou
de40118362
[CMAKE] Make unattended bootcd configurable via cmake
...
Instead of messing around with a file in the source tree and risk commiting it
use cmake -DUNATTENDED_BOOTCD=yes to enable it, and use the UNATTENDED_BOOTCD_* cache variables to configure
2020-10-23 10:31:57 +02:00
Stanislav Motylkov
8a4273b6ee
[FREELDR] Add variable for default text color
...
On PC/AT-compatible machines it's Gray, and on NEC PC-98 series it's White.
2020-10-17 19:28:08 +03:00
Hermès Bélusca-Maïto
2c2114d9d8
[BOOTDATA] Update display names for the GMT+0 time zones.
...
Following advice from
https://support.microsoft.com/en-us/help/3162835/june-2016-dst-and-time-zone-update-for-windows
2020-10-13 18:17:36 +02:00
Hermès Bélusca-Maïto
cf93097514
[BOOTDATA] Update some time zones for Russia.
...
CORE-17336
- Move Novosibirsk to GMT+07:00 (was GMT+06:00 previously).
- Move Magadan to GMT+11:00 (was GMT+10:00 previously).
- Add Omsk time zone GMT+06:00
- Add Tomsk time zone GMT+07:00
2020-10-13 18:04:23 +02:00
Adam Słaboń
ea3973f12e
[BOOTDATA] Comment out vgaoem.fon ( #3291 )
...
This font has been added in 383ea7d
and then disabled from builds in 4cd2a93
due to regressions it was causing.
Also disable it in registry to not break NTLDR boot again.
2020-10-12 14:48:49 +03:00
Dmitry Borisov
310a24da6e
[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.
2020-10-10 16:46:16 +03:00
Dmitry Borisov
d50cbb6eed
[INF] Remove duplicated manufacturer names ( #3173 )
...
[BOOTDATA] Change the computer name to ensure naming consistency
2020-10-10 16:24:11 +03:00
Adam Słaboń
383ea7d92b
[BOOTDATA][FONTS] Add vgaoem.fon font ( #3272 )
...
Converted from the XFree vga.bdf font.
This is needed for Vista+ x64 Winload. ReactOS x64 now boots with Vista x64 Winload out of the box (like Windows Server 2003 x64).
Tested with winload.exe from Vista x64 RTM (6.0.6000.16386) and winload.efi from Server 2008 x64 Beta 3 (6.0.6001.16497).
2020-10-06 23:39:14 +09:00
Adam Słaboń
0689455bb3
[BOOTDATA] Comment out biosinfo.inf ( #3266 )
...
This entry is unused as there is no biosinfo.inf anywhere yet, and it only breaks boot with NTLDR.
2020-10-05 23:20:03 +02:00
Adam Słaboń
50ff453434
[TRANSLATION] Polish translation update ( #3233 )
2020-09-26 21:42:36 +03:00
Timo Kreuzer
867820124b
[BOOTDATA] Use reactos subfolder as source dir on bootcd for now
2020-09-20 23:08:17 +02:00
Joachim Henze
a4fee60e46
[CMAKE] Fix regressions CORE-17243 & CORE-17246
...
By sledge-hammer-reverting of
0.4.15-dev-689-g
7ffb6a09c3
and 0.4.15-dev-688-g
1234223f41
Sorry, but the negative impact for other devs and the
whole project are just unbearable.
Stuff got committed meanwhile even so I had to act.
The improvements may be reapplied later when the
negative consequences are under control.
2020-09-06 04:35:33 +02:00
Jérôme Gardou
7ffb6a09c3
[CMAKE] Overhaul creation from CD
...
Get rid of global properties and use a target-level properties instead
Limit temporary files by using cmake-generator expressions instead
Avoid function calls at the end configuration, use file(GENERATE) idiom instead
2020-09-02 11:02:44 +02:00
Victor Perevertkin
c57350e295
[CLASSPNP][DISK_NEW][CDROM_NEW] Remove the drivers
...
Due to WDK/DDK licensing issues
CORE-17129
2020-08-28 05:47:27 +03:00
Vladimir Barinov
2edcb58e65
[MSGINA][SYSSETUP] Implement Friendly UI shutdown dialog ( #2762 )
...
Can be activated by installing ReactOS as a Workstation. CORE-12805
References:
- https://www.remkoweijnen.nl/blog/2009/01/16/windows-xp-x64-terminal-server-patch-part-2-optional/
- https://www.remkoweijnen.nl/blog/2011/01/30/using-fast-user-switching-on-domain-xp-computers/
Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
2020-08-25 22:52:17 +03:00
Dmitry Borisov
27cd9eaf1a
[PC98VID] Add framebuffer video miniport driver for NEC PC-98 series ( #3040 )
...
This adds generic graphics support on PC-9821.
2020-08-19 00:50:08 +03:00
Stanislav Motylkov
3d9ab23ef0
[BOOTDATA] Add display name and description for Browser Service
...
Also add Russian translation.
Addendum to 1b90e54
. CORE-17201
2020-08-15 15:30:08 +03:00
Dmitry Borisov
b36018ff26
[HALPC98] Add Hardware Abstraction Layer for NEC PC-98 series ( #3002 )
2020-07-25 15:31:02 +02:00
Serge Gautherie
0c222cfe96
[BOOTDATA] Enable 'REG_EXPAND_SZ' for 'kbswitch.exe' ( #3004 )
...
CORE-12973
2020-07-22 20:02:26 +03:00
Thomas Faber
b783349e4e
[BOOTDATA] Mark reactos.inf as a byproduct. CORE-17109
2020-06-20 15:25:16 +02:00
Oleg Dubinskiy
3cb8ee6d7e
Revert "[FONTS] Add Selawik as a substitution for Segoe UI" CORE-17122 ( #2921 )
...
This reverts commit 97fb49a3d2
.
2020-06-14 19:09:41 +09:00
Stanislav Motylkov
415c737cc3
[FREELDR] Add display controller detection for Xbox
...
Also add system identifier here.
[BOOTDATA] Fix some typos
CORE-16216
2020-06-09 22:02:09 +03:00
Eric Kohl
1b90e54242
[BROWSER] Add the browser service
2020-05-21 22:49:33 +02:00
Katayama Hirofumi MZ
612729b092
[SYSSETUP][BOOTDATA] Make Server default again and write Service Pack ( #2749 )
...
- Make "ReactOS Server" the default product option again instead of "ReactOS Workstation".
- Write "Service Pack" info onto registry.
- Add ProductOption option to bootcd unattend.inf.
- Delete IDC_PRODUCT_SUITE and IDC_PRODUCT_TYPE controls.
CORE-17028
2020-05-19 15:41:26 +09:00
Erdem Ersoy
072be890f3
[TRANSLATIONS] Turkish translation updates ( #2724 )
...
* [TRANSLATIONS] Translate desk.cpl to Turkish
* Update file header
* [TRANSLATIONS]
* Update translations of syssteup
* Update translations of userenv
* Update translations of shell32 (partial)
* [TRANSLATION] Fix a translation
* [TRANSLATION] Translate Turkish strings to Turkish
for hivedef.inf
* Update Turkish translations of shell32 partially
* Update shell32 Turkish translations (partially)
* Update shell32 Turkish translations (partially)
* Fix translation for desk.cpl
2020-05-14 14:23:05 +02:00
Hervé Poussineau
49040fa54c
[ISAPNP] Enable driver
2020-05-08 20:02:36 +02:00
Mark Jansen
a0e32d4f48
[USERINIT] Add unattend.inf functionality to livecd
2020-05-05 20:54:30 +02:00
Stanislav Motylkov
67bb3d3fd8
[BOOTDATA] Add consistency to translated strings
...
Addendum to e157468
.
2020-04-30 20:57:16 +03:00
Stanislav Motylkov
44e2b6fdd9
[BOOTDATA][THEMEUI] Add Russian translation
...
Addendum to 94e4c69
and a2f5283
. CORE-16934
2020-04-30 20:55:56 +03:00
Joachim Henze
8ce31ad749
[BOOTDATA] CORE-16976 Strip netkvm from optional files
...
Because we added it into our sources recently,
there is no need anymore for opt-adding binaries.
VBox OK https://reactos.org/testman/compare.php?ids=72868,72873
KVM OK https://reactos.org/testman/compare.php?ids=72869,72872
2020-04-28 21:33:26 +02:00
William Kent
97fb49a3d2
[FONTS] Add Selawik as a substitution for Segoe UI
2020-04-26 15:31:16 +03:00
Jose Carlos Jesus
2cb65df2fb
[BOOTDATA] Portuguese translation for EVENT_LABEL and DESKTOP_SCHEME ( #2631 )
2020-04-26 13:12:28 +02:00
Kyle Katarn
52cd931f22
[POWERCFG] Power Scheme fix as per CORE-16893 ( #2593 )
...
Related to CORE-16900
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-04-26 10:20:22 +02:00
Kyle Katarn
e15746849a
[DESK][THEMEUI] Update French translation ( #2591 )
...
Co-authored-by: Sylvain Deverre <deverre.sylv@gmail.com>
2020-04-25 18:34:41 +02:00
Kyle Katarn
cb43d8a89a
[SHELL32] Fix for incorrect init of hide/show hidden files & folders
2020-04-24 08:38:41 +02:00
Serge Gautherie
b7503df6ed
[README] Update now-redirected 'www.reactos.org' URLs ( #2633 )
2020-04-24 02:30:40 +03:00
Katayama Hirofumi MZ
c2d36912b9
[BOOT][BOOTDATA] Improve Japanese translation of hivedef.inf
2020-04-23 12:57:48 +09:00
Piotr Hetnarowicz
66e647084d
[MMCPL] hivedef.inf - Add Polish translation of Sound Events ( #2628 )
...
Co-Authored-By: Adam Słaboń <asaillen456esx@gmail.com>
2020-04-22 21:51:45 +03:00
Kyle Katarn
a2f5283021
[MMCPL] Localization enablement of Sound Events ( #2623 )
...
* new hivedef.inf for sound event localization
2020-04-22 19:27:33 +02:00
Dmitry Borisov
4501bbac8f
[KDCOM][NTOS:INBV][FREELDR] Decrease default baud rate for PC-98 target ( #2601 )
...
According to PC-9801 Bible p. 50, divisor for PIT will become unsupported in some cases after having removed the fractional part. Replace 19200 value with 9600 which is supported by both 10 MHz and 8 MHz machines.
2020-04-21 23:22:42 +03:00
Doug Lyons
ff61611aec
Add Search Hidden Files and Folders Registry Entry for HKCU
2020-04-20 15:39:40 +03:00
Victor Perevertkin
58bc93f164
[BOOTDATA] Add FsType into default unattend.inf template
2020-04-12 17:23:17 +03:00
Hermès Bélusca-Maïto
622c7ed609
[W32TIME][BOOTDATA] Export SvchostEntry_W32Time() as an alias to W32TmServiceMain, and use the former as the service entry point specified in the registry, for Windows compatibility.
2020-04-09 23:22:40 +02:00
Serge Gautherie
d720975574
[BOOTDATA] Add 0845 (bn-bd) language ( #2467 )
...
In accordance with the NLS value specified in base/setup/lib/lang/bn-BD.h
CORE-16766
2020-03-26 02:05:05 +01:00
Thomas Faber
cdab20283a
[BOOTDATA] Update caroots.inf. CORE-16743
...
* Add "Entrust Root Certification Authority - G4" (https://bugzilla.mozilla.org/show_bug.cgi?id=1591178 )
* Add "Hongkong Post Root CA 3" (https://bugzilla.mozilla.org/show_bug.cgi?id=1532753 )
* Add "emSign ECC Root CA - C3", "emSign Root CA - C1", "emSign ECC Root CA - G3", "emSign Root CA - G1" (https://bugzilla.mozilla.org/show_bug.cgi?id=1515457 )
* Add "Certigna Root CA" (https://bugzilla.mozilla.org/show_bug.cgi?id=1505614 )
* Add "UCA Extended Validation Root", "UCA Global G2 Root" (https://bugzilla.mozilla.org/show_bug.cgi?id=1496214 )
* Add "GTS Root R4", "GTS Root R3", "GTS Root R2", "GTS Root R1" (https://bugzilla.mozilla.org/show_bug.cgi?id=1325532 )
* Add "OISTE WISeKey Global Root GC CA" (https://bugzilla.mozilla.org/show_bug.cgi?id=1483924 )
* Add "GlobalSign Root CA - R6" (https://bugzilla.mozilla.org/show_bug.cgi?id=1390803 )
* Remove "OpenTrust Root CA G3", "OpenTrust Root CA G2", "OpenTrust Root CA G1"
* Remove "Certplus Root CA G2", "Certplus Root CA G1"
* Remove "Certinomis - Root CA"
* Remove "TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5"
* Remove "Deutsche Telekom Root CA 2", "Certplus Class 2 Primary CA" (expired, https://bugzilla.mozilla.org/show_bug.cgi?id=1574670 )
* Remove "Visa eCommerce Root"
2020-03-13 13:29:48 +01:00
Timo Kreuzer
c735dbac35
[PRINTING] Add x64 print environment keys and folders
2020-03-09 07:03:47 +01:00