Author: hbelusca
Date: Wed Aug 31 21:22:37 2016
New Revision: 72527
URL: http://svn.reactos.org/svn/reactos?rev=72527&view=rev
Log:
[README]
- Show our URLs using https.
- Add a "FAQ" section to point to the corresponding website URL; feel free to improve the section!
Modified:
trunk/reactos/README
trunk/reactos/boot/bootdata/readme.txt
Modified: trunk/reactos/README
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/README?rev=72527&r1=72526&…
==============================================================================
--- trunk/reactos/README [iso-8859-1] (original)
+++ trunk/reactos/README [iso-8859-1] Wed Aug 31 21:22:37 2016
@@ -14,7 +14,7 @@
compatibility, is always keeping an eye toward compatibility with
Windows Vista and future Windows NT releases.
-More information is available at: http://www.reactos.org
+More information is available at: https://www.reactos.org
2. Building ReactOS
-------------------
Modified: trunk/reactos/boot/bootdata/readme.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/readme.txt?r…
==============================================================================
--- trunk/reactos/boot/bootdata/readme.txt [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/readme.txt [iso-8859-1] Wed Aug 31 21:22:37 2016
@@ -10,7 +10,7 @@
compatible with applications and drivers written for the Microsoft® Windows NT
family of operating systems (NT4, 2000, XP, 2003, Vista, Seven).
-More information is available at: http://www.reactos.org
+More information is available at: https://www.reactos.org
2. Relationship with the WINE project
@@ -41,7 +41,7 @@
5. Is ReactOS legal?
----------------------------------------
+--------------------
Yes we are.
All the code of ReactOS has been written from scratch by our developers.
@@ -56,13 +56,22 @@
6. Tutorials
------------
-Developer and User Tutorials: http://www.reactos.org/wiki
+Developer and User Tutorials: https://www.reactos.org/wiki
The tutorials contain more information on the project, compiling and testing
ReactOS - amongst other topics. Contributors to the project are always welcome.
-7. Author
----------
+7. Frequently Asked Questions
+-----------------------------
-This document was written by Jason Filby (jasonfilby(a)yahoo.com).
+Some of your questions may be answered in: https://www.reactos.org/joining/faqs
+In addition, the ReactOS forum: https://www.reactos.org/forum/ may contain
+complementary, yet non-official, information.
+
+
+8. Authors
+----------
+
+This document was originally written by Jason Filby (jasonfilby(a)yahoo.com)
+and is now occasionally updated by various contributors.
Author: aandrejevic
Date: Wed Aug 31 15:37:53 2016
New Revision: 72519
URL: http://svn.reactos.org/svn/reactos?rev=72519&view=rev
Log:
[NTVDM:BIOS]
The 640x480x256 video mode has 640 bytes per scanline.
Modified:
trunk/reactos/subsystems/mvdm/ntvdm/bios/bios32/vbe.c
Modified: trunk/reactos/subsystems/mvdm/ntvdm/bios/bios32/vbe.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/bios…
==============================================================================
--- trunk/reactos/subsystems/mvdm/ntvdm/bios/bios32/vbe.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/ntvdm/bios/bios32/vbe.c [iso-8859-1] Wed Aug 31 15:37:53 2016
@@ -43,7 +43,7 @@
0xA000, /* Window A segment, or zero if not supported */
0x0000, /* Window B segment, or zero if not supported */
0x00000000, /* Window position function pointer */
- 800, /* Bytes per scanline */
+ 640, /* Bytes per scanline */
640, /* Width */
480, /* Height */
8, /* Character cell width */