reactos/base
Hermès Bélusca-Maïto 3c616b625d
[USETUP] Rename some of the uninformative "STRING_HDDINFOUNKx" string labels into more informative ones.
- Also, reserve a new field to display whether the disk is MBR or GPT-initialized.
- Adjust the code that used the "STRING_HDDINFOUNKx" string labels.
  The extra slot added to some of the strings is to indicate whether the disk is MBR or GPT.

As attentive readers will notice, the code that "determines" whether the disk is either MBR or GPT
is of course just temporary: it's just a placeholder code that should currently just show "MBR".

Having the NoMbr flag mostly signifies that the disk is uninitialized. A GPT disk also has a MBR
but it's for "backcompatibility" / "protective" reasons (so that MBR-only tools would see the disk
as just a big 1-partitioned only disk with which they could barely do anything). A real involved test
for the nature of the disk should involve calling the correct IOCTLs in the disk detection code in partlist.c .
This is for the future (and when ReactOS will better support GPT disks).

svn path=/branches/setup_improvements/; revision=74614
svn path=/branches/setup_improvements/; revision=74615
2018-10-24 00:35:53 +02:00
..
applications [NET] Fix an escape sequence in Polish translation (#966) 2018-10-23 13:10:38 +02:00
services [SCHEDSVC] Fix a typo in debug print that was introduced in 0.4.10-dev-544-g 2018-09-19 22:52:48 +02:00
setup [USETUP] Rename some of the uninformative "STRING_HDDINFOUNKx" string labels into more informative ones. 2018-10-24 00:35:53 +02:00
shell [USETUP][EXPLORER] ReactOS explorer translation and hindi font substitution. (#954) 2018-10-19 17:03:17 +02:00
system [CHKDSK] Fix MSVC build (thanks for spotting the mistake!) 2018-10-21 11:22:45 +02:00
CMakeLists.txt