Links
This commit is contained in:
parent
a3a1a1b9bb
commit
6aa4ebd4d9
4 changed files with 5 additions and 5 deletions
|
|
@ -12,8 +12,8 @@ machines:
|
||||||
---
|
---
|
||||||
|
|
||||||
Welcome to [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your web browser without any plugins.
|
Welcome to [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your web browser without any plugins.
|
||||||
It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and is now part of the
|
It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and it is now part of the
|
||||||
[PCjs GitHub](https://github.com/jeffpar/pcjs) project. The project includes:
|
[PCjs Project](https://github.com/jeffpar/pcjs/tree/gh-pages) on GitHub. The project includes:
|
||||||
|
|
||||||
* [PCjs](/docs/about/pcjs/), a simulation of the original IBM PC (circa 1981)
|
* [PCjs](/docs/about/pcjs/), a simulation of the original IBM PC (circa 1981)
|
||||||
* [C1Pjs](/docs/c1pjs/), a simulation of the OSI Challenger 1P (circa 1978)
|
* [C1Pjs](/docs/c1pjs/), a simulation of the OSI Challenger 1P (circa 1978)
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ menu_order: 2
|
||||||
permalink: /blog/
|
permalink: /blog/
|
||||||
---
|
---
|
||||||
|
|
||||||
Keep tabs on the [PCjs GitHub](https://github.com/jeffpar/pcjs/tree/gh-pages) project's [Releases](https://github.com/jeffpar/pcjs/releases), [Issues](https://github.com/jeffpar/pcjs/issues),
|
Keep tabs on the [PCjs Project](https://github.com/jeffpar/pcjs/tree/gh-pages) on GitHub: [Releases](https://github.com/jeffpar/pcjs/releases), [Issues](https://github.com/jeffpar/pcjs/issues),
|
||||||
and [Commits](https://github.com/jeffpar/pcjs/commits/gh-pages).
|
and [Commits](https://github.com/jeffpar/pcjs/commits/gh-pages).
|
||||||
|
|
||||||
For random musings about PCjs, web technologies, old hardware and software, and more, read on.
|
For random musings about PCjs, web technologies, old hardware and software, and more, read on.
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ permalink: /docs/about/
|
||||||
|
|
||||||
The JavaScript Machines Project (originally at [jsmachines.net](http://jsmachines.net/)) is a collection of computer
|
The JavaScript Machines Project (originally at [jsmachines.net](http://jsmachines.net/)) is a collection of computer
|
||||||
simulations written in JavaScript. It has now been released on [GitHub](https://github.com/) as the
|
simulations written in JavaScript. It has now been released on [GitHub](https://github.com/) as the
|
||||||
[PCjs Project](https://github.com/jeffpar/pcjs), a copy of which is hosted here at [{{ site.pcjs.domain }}]({{ site.url }}/).
|
[PCjs Project](https://github.com/jeffpar/pcjs/tree/gh-pages), a copy of which is hosted here at [{{ site.pcjs.domain }}]({{ site.url }}/).
|
||||||
|
|
||||||
The goals of the project are to create fast, full-featured simulations of classic computer
|
The goals of the project are to create fast, full-featured simulations of classic computer
|
||||||
hardware, help people understand how these early machines worked, make it easy to experiment with different machine
|
hardware, help people understand how these early machines worked, make it easy to experiment with different machine
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ About PCjs
|
||||||
|
|
||||||
PCjs is a IBM PC/XT/AT simulator written entirely in JavaScript. It's designed to load and run extremely
|
PCjs is a IBM PC/XT/AT simulator written entirely in JavaScript. It's designed to load and run extremely
|
||||||
fast, it works well in all modern web browsers (both desktop and mobile), and it's easy to customize. It is part of
|
fast, it works well in all modern web browsers (both desktop and mobile), and it's easy to customize. It is part of
|
||||||
the [PCjs Project](https://github.com/jeffpar/pcjs), an open source project on [GitHub](http://github.com/).
|
the [PCjs Project](https://github.com/jeffpar/pcjs/tree/gh-pages), an open source project on [GitHub](http://github.com/).
|
||||||
|
|
||||||
Check out the [Demos](/#demos) on the home page, and all the other PCjs [Application](/apps/pc/), [Boot Disk](/disks/pc/)
|
Check out the [Demos](/#demos) on the home page, and all the other PCjs [Application](/apps/pc/), [Boot Disk](/disks/pc/)
|
||||||
and [Machine](/devices/pc/machine/) demos, including an IBM PC XT "[Server Array](/devices/pc/machine/5160/cga/256kb/array/)"
|
and [Machine](/devices/pc/machine/) demos, including an IBM PC XT "[Server Array](/devices/pc/machine/5160/cga/256kb/array/)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue