Added new IBM PC AT configuration (8Mhz model, currently not booting)

This commit is contained in:
Jeff Parsons 2014-10-13 12:16:27 -07:00 committed by jeffpar
commit 093099d980
38 changed files with 3848 additions and 1558 deletions

View file

@ -69,13 +69,16 @@ All published portions are free for redistribution and/or modification under the
[GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
You are required to include the appropriate copyright notice (e.g., `PCjs v1.15.4 © 2012-2014 by @jeffpar`)
in every source code file of every copy or modified version of this work, and to display that copyright notice
on every screen that loads or runs any version of this software.
You are required to include a current copyright notice, with a link to [http://pcjs.org](), such as:
> [PCjs](http://pcjs.org) © 2012-2014 by [@jeffpar](mailto:Jeff@pcjs.org)
in every source code file of every copy or modified version of this work, and to display that notice on every screen
that loads or runs any version of this software.
See [LICENSE](/LICENSE) for details.
More Information
---
If you have questions or run into any problems, you're welcome to [tweet](http://twitter.com/jeffpar) or
If you have questions or run into any problems, feel free to [tweet](http://twitter.com/jeffpar) or
[email](mailto:Jeff@pcjs.org).

View file

@ -1,7 +1,7 @@
About PCjs
---
PCjs is a IBM PC and PC XT 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
the [PCjs Project](https://github.com/jeffpar/pcjs), an open source project on [GitHub](http://github.com/).
@ -11,7 +11,7 @@ featuring multiple PCs running side-by-side.
### Features
+ Build your own IBM PC and IBM PC XT simulations using simple XML machine configuration files.
+ Build your own IBM PC, PC XT, and PC AT simulations using simple XML machine configuration files.
You decide how much RAM you want, how many disk drives, which disk images to include (and which should be
pre-loaded), what kind of video adapter (MDA, CGA or EGA), serial ports, mouse, and more. See the
[Documentation](/docs/pcjs/) for details.
@ -37,13 +37,11 @@ Chrome or Firefox for other platforms.
### Future
More hardware support is targeted for version 1.15, including:
The following features are targeted for version 1.16:
+ Complete EGA emulation
+ 80286 CPU emulation
+ PC AT hardware emulation
Limited EGA emulation is currently available as of version 1.14.
+ Improved EGA compatibility
+ 80286 protected-mode support
+ Improvements to PC AT hardware emulation
### History