1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-02-13 11:44:33 +00:00
Files
pkimpel.retro-b5500/webSite/HelpMenu.html

67 lines
3.2 KiB
HTML

<!DOCTYPE html>
<head>
<title>retro-B5500 Emulator Help Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Nigel Williams & Paul Kimpel">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="./website.css">
</head>
<body>
<a href="../index.html" title="Click to return to the Home Page">
<img id=retroButton src="../webUI/A-CONTROL.png" alt="retro A-CONTROL logo">
</a>
<h1><img src="../webUI/retro-B5500-Logo.png" alt="retro logo">
<hr>
Burroughs B5500 Emulator Help Menu
</h1>
<h2>Main Links</h2>
<ul>
<li><a href="http://code.google.com/p/retro-b5500/wiki/WebUIGettingStarted">Getting Started</a>
<br>Describes the resources you will need to set up and run the emulator, along with instructions for downloading the necessary files and doing the setup.
<li><a href="http://code.google.com/p/retro-b5500/wiki/WebUIRunningTheEmulator">Running the Emulator</a>
<br>Describes how to halt/load (boot) the MCP operating system emulator using a web browser. Also describes some basic MCP operational tasks.
<li><a href="http://code.google.com/p/retro-b5500/wiki/WebUIUsingTheConsole">Using the B5500 Console</a>
<br>Describes the controls and lights on the B5500 console display.
<li><a href="http://code.google.com/p/retro-b5500/wiki/WebUIUsingTheSPO">Using the SPO</a>
<br>Describes how to operate the supervisory keyboard/printer within the browser-based emulator. Also gives a brief overview of MCP commands used with the SPO.
<li><a href="http://code.google.com/p/retro-b5500/wiki/WebUIUsingTheCardReader">Using the Card Reader</a>
<br>Describes how to operate the card reader device within the browser-based emulator.
<li><a href="http://code.google.com/p/retro-b5500/wiki/WebUIUsingTheLinePrinter">Using the Line Printer</a>
<br>Describes how to operate the line printer within the browser-based emulator.
<li><a href="http://code.google.com/p/retro-b5500/wiki/WebUIUsingTheCardPunch">Using the Card Punch</a>
<br>Describes how to operate the card punch device within the browser-based emulator.
<li><a href="http://code.google.com/p/retro-b5500/wiki/WebUIUsingTheMagTapeDrive">Using the Magnetic Tape Drive</a>
<br>Describes how to operate magnetic tape drives within the browser-based emulator.
<li><a href="http://code.google.com/p/retro-b5500/wiki/WebUIUsingDatacom">Using the Datacom Terminal</a>
<br>Describes how to operate the datacommunications terminal within the browser-based emulator.
<li><a href="http://code.google.com/p/retro-b5500/wiki/WebUIHowToSetUpCANDE">Setting Up TSMCP and CANDE</a>
<br>Describes how to set up and initiate the Timesharing MCP and CANDE user interface the browser-based emulator.
</ul>
<p>&nbsp;
<div id=footerDiv>
Copyright (c) 2013, Nigel Williams and Paul Kimpel &bull; Licensed under the MIT License
</div>
<div id=lastModDiv>Revised
2013-11-25
</div>
</body>
</html>