Skip to content

Commit 3ed837b

Browse files
committed
Normalize dates (Hermes suggestion)
1 parent 78eb3ad commit 3ed837b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/blogs/30yrs-of-ros.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Progress on ReactOS was very slow at first.
1919
Contributors had to first build a very basic NT-like kernel before they could develop drivers for it, then continue developing the kernel; not too dissimilar to the process of bootstrapping a new programming language.
2020
Once a few basic drivers were written, other contributors were able to learn from these examples and develop other drivers.
2121

22-
ReactOS 0.1.0 was released on 1 February 2003 and received minor updates up until November of 2003.
22+
ReactOS 0.1.0 was released on February 1st, 2003 and received minor updates up until November 2003.
2323
ReactOS 0.1.0 was the first bootable version of ReactOS.
2424
It had a command line interface and no desktop.
2525
Watch a demo of it below, provided courtesy of archeYR.
@@ -47,17 +47,17 @@ Following challenges with the audit, Steven Edwards stepped down as project coor
4747
{{< figure link="/img/blogs/30yrs-of-ros/ros-0.3.x-desktop.png" src="/img/blogs/30yrs-of-ros/ros-0.3.x-desktop.png" caption="ReactOS 0.3.x desktop">}}
4848

4949
Despite the challenges during this time, ReactOS 0.3.x continued to build upon ReactOS’s legacy.
50-
ReactOS 0.3.0 was released on 28 August 2006.
50+
ReactOS 0.3.0 was released on August 28th, 2006.
5151
It introduced networking support and a package manager called “Download!”.
5252
This package manager would become the basis for RAPPS, the package manager built into modern versions of ReactOS.
53-
On 5 July 2009, ReactOS 0.3.10 imported the UniATA driver.
53+
On July 5th, 2009, ReactOS 0.3.10 imported the UniATA driver.
5454
While we run into limitations with the UniATA driver today, UniATA enabled ReactOS to support SATA storage devices and to support partitions greater than 8GB in size.
55-
On 8 February 2012, ReactOS 0.3.14 supported being built using the MSVC compiler and added visual style support.
55+
On February 8th, 2012, ReactOS 0.3.14 supported being built using the MSVC compiler and added visual style support.
5656

5757
{{< figure link="/img/blogs/30yrs-of-ros/ros-0.3.x-download.png" src="/img/blogs/30yrs-of-ros/ros-0.3.x-download.png" caption="Download!, the package manager for ReactOS 0.3.x">}}
5858

5959
## 2016-Today: ReactOS 0.4.x
60-
ReactOS 0.4.0 was released on 16 February 2016.
60+
ReactOS 0.4.0 was released on February 16th, 2016.
6161
It introduced a new graphical shell that utilized more Windows features and was more similar architecturally to Windows Explorer.
6262
ReactOS 0.4.0 also introduced support for kernel debugging using WinDbg when compiled with MSVC.
6363
Being able to use WinDbg for kernel debugging has helped considerably.

0 commit comments

Comments
 (0)