[BOOTDATA][FONTS] Add vgaoem.fon font (#3272)
authorAdam Słaboń <asaillen456esx@gmail.com>
Tue, 6 Oct 2020 14:39:14 +0000 (16:39 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Oct 2020 14:39:14 +0000 (23:39 +0900)
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).

boot/bootdata/hivesys.inf
media/fonts/CMakeLists.txt
media/fonts/doc/vgaoem/LICENSE.txt [new file with mode: 0644]
media/fonts/vgaoem.fon [new file with mode: 0644]

index eea43ab..5e201a5 100644 (file)
@@ -992,6 +992,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage","28606",0x00000000,"c_28606
 HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage","ACP",0x00000000,"1252"
 HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage","OEMCP",0x00000000,"437"
 HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage","MACCP",0x00000000,"10000"
+HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage","OEMHAL",0x00000000,"vgaoem.fon"
 
 HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage\EUDCCodeRange","932",2,"F040-F9FC"
 HKLM,"SYSTEM\CurrentControlSet\Control\Nls\CodePage\EUDCCodeRange","936",2,"AAA1-AFFE,F8A1-FEFE,A140-A7A0"
index ef02842..2bb1a84 100644 (file)
@@ -65,6 +65,7 @@ list(APPEND FONT_FILES
     verdanaz.ttf
     verdanai.ttf
     verdana.ttf
+    vgaoem.fon
     wingding.ttf)
 
 foreach(item ${FONT_FILES})
diff --git a/media/fonts/doc/vgaoem/LICENSE.txt b/media/fonts/doc/vgaoem/LICENSE.txt
new file mode 100644 (file)
index 0000000..23fa07a
--- /dev/null
@@ -0,0 +1,23 @@
+Copyright (C) 1994-1999 The XFree86 Project, Inc.  All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is fur-
+nished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
+NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
+NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of the XFree86 Project shall not
+be used in advertising or otherwise to promote the sale, use or other deal-
+ings in this Software without prior written authorization from the XFree86
+Project.
\ No newline at end of file
diff --git a/media/fonts/vgaoem.fon b/media/fonts/vgaoem.fon
new file mode 100644 (file)
index 0000000..25c7544
Binary files /dev/null and b/media/fonts/vgaoem.fon differ