Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Oct 12, 2023
2 parents a7e0fb9 + cb95fd9 commit 12c16d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ archival/demonstration purposes only.
To learn more about what you can do with the repository, see the [PCjs Wiki](https://github.com/jeffpar/pcjs/wiki),
which covers topics such as:

- [Using a local web server](https://github.com/jeffpar/pcjs/wiki/Using-a-Local-Web-Server)
- [Compiling PCjs source code](https://github.com/jeffpar/pcjs/wiki/Compiling-PCjs-Source-Code)
- [Adding machines to web pages](https://github.com/jeffpar/pcjs/wiki/Adding-Machines-to-Web-Pages)
- [Using a Local Web Server](https://github.com/jeffpar/pcjs/wiki/Using-a-Local-Web-Server)
- [Compiling PCjs Source Code](https://github.com/jeffpar/pcjs/wiki/Compiling-PCjs-Source-Code)
- [Adding Machines to Web Pages](https://github.com/jeffpar/pcjs/wiki/Adding-Machines-to-Web-Pages)

Topics covered in the repository itself include:

- [PCjs disk images](/tools/diskimage/)
- [PCjs file images](/tools/fileimage/)
- [Running machines from the command-line with pc.js](/tools/pc/)
- [PCjs Disk Images](/tools/diskimage/)
- [PCjs File Images](/tools/fileimage/)
- [PCjs Machine Utility](/tools/pc/)

### License

Expand Down
2 changes: 1 addition & 1 deletion tools/pc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This directory contains the PCjs machine command-line utility [pc.js](https://gi

### Playground

Below is a web-based demonstration of how `pc.js` works, using a simulated command prompt and a simulated file system ([PCFS](/machines/modules/v2/pcfs.js)). Since it runs in a browser, it does not have access to your local files, and there is no provision for saving your work.
Below is a web-based demonstration of how `pc.js` works, using a simulated command prompt and a simulated file system ([PCFS](https://github.com/jeffpar/pcjs/blob/master/machines/modules/v2/pcfs.js)). Since it runs in a browser, it does not have access to your local files, and there is no provision for saving your work.

It automatically performs `fetch`, `build`, and `start` commands, so you can interact with this `pc.js` demo after those commands have finished and AUTOEXEC.BAT has run `CHKDSK`.

Expand Down

0 comments on commit 12c16d1

Please sign in to comment.