mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-04-13 16:47:34 +00:00
Commit changes to website to support download text versions of the Mark XIII system.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2012 Nigel Williams and Paul Kimpel
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
@@ -50,7 +50,7 @@
|
||||
<br>Recent releases of the emulator files, packaged as one <code>.zip</code> file per release.
|
||||
|
||||
<li><a href="./webSite/SoftwareRequest.html">B5500 System Software</a>
|
||||
<br>Tape images of B5500 system software for the Mark XIII (1971) software release. You must download at least the SYSTEM tape image in order to set up the emulator in your browser.
|
||||
<br>Tape images and decoded ASCII files of B5500 system software for the Mark XIII (1971) software release. You must download at least the SYSTEM tape image in order to set up the emulator in your browser.
|
||||
|
||||
<li><a href="http://bitsavers.org/pdf/burroughs/B5000_5500_5700/">Burroughs Documents at bitsavers.org</a>
|
||||
<br>A collection of scanned copies of original Burroughs manuals and other reference materials for the B5500 system.
|
||||
@@ -59,15 +59,16 @@
|
||||
|
||||
<hr>
|
||||
<p class="center smaller">Like this? Check out the
|
||||
<a href="http://www.phkimpel.us/ElectroData/205/">ElectroData/Burroughs Datatron 205 Emulator</a>.
|
||||
<a href="http://www.phkimpel.us/ElectroData-205/">ElectroData/Burroughs Datatron 205 Emulator</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<div id=footerDiv>
|
||||
Copyright (c) 2013, Nigel Williams and Paul Kimpel • Licensed under the MIT License
|
||||
Copyright (c) 2013, Nigel Williams and Paul Kimpel • Licensed under the
|
||||
<a href="LICENSE.txt">MIT License</a>
|
||||
</div>
|
||||
<div id=lastModDiv>Revised
|
||||
2015-10-04
|
||||
2017-05-28
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
83
webSite/B5500-XIII-Release.html
Normal file
83
webSite/B5500-XIII-Release.html
Normal file
@@ -0,0 +1,83 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Burroughs B5500 Mark XIII Release ZIP Archive</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<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">
|
||||
<meta http-equiv="cache-control" content="no-cache">
|
||||
<meta http-equiv="pragma" content="no-cache">
|
||||
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="./website.css">
|
||||
|
||||
<script src="./TapeImage-DL.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="../index.html" title="Click to return to the Home Page">
|
||||
<img id=retroButton src="../webUI/resources/A-CONTROL.png" alt="retro A-CONTROL logo">
|
||||
</a>
|
||||
|
||||
<h1><img src="../webUI/resources/retro-B5500-Logo.png" alt="retro logo">
|
||||
<hr>
|
||||
Burroughs B5500 Mark XIII Release ZIP Archive
|
||||
</h1>
|
||||
|
||||
<p>The <code>B5500-XIII-Release.zip</code> archive file contains the source and object code for the entire Mark XIII release of late 1971, translated from 6-bit B5500 internal code to ASCII, using the standard retro-b5500 substitutions for the B5500 characters that do not have ASCII equivalents. The download <code>.zip</code> file size is 5.2MiB, expanding to 28.2MiB.
|
||||
|
||||
<p>The files converted from the tape images are in standard Windows text format (CR-LF delimiters), but their file names do not have extensions. They can be opened in any text editor than can handle ASCII with CR-LF delimiters.
|
||||
|
||||
<p>Note that the object code is not usable in this representation, but since all 6-bit B5500 codes have printable ASCII glyphs, the object code is in what amounts to a specialized base-64 encoding.
|
||||
|
||||
|
||||
<h2>License to Use the Archive Contents</h2>
|
||||
|
||||
<p>Unisys Corporation, the successor to Burroughs, retains ownership of and copyright to the content of this data. We have entered into a license agreement with Unisys to use this content with our project for non-commercial purposes, and to make this content available to others under the terms of that agreement. You can read the
|
||||
<a href="./Unisys-B5500-Software-License.pdf">full text of the agreement here</a>.
|
||||
|
||||
<p>In order to download the tape image you must abide by the terms of that agreement, and in particular, the terms of its Section 2, below. Your specific obligations are set forth in paragraph 2.3(d). Note that the agreement does not have a paragraph 2.3(c).
|
||||
|
||||
<blockquote class=finePrint>
|
||||
<b>2. LICENSE; NO DELIVERY</b>
|
||||
<br>
|
||||
2.1 UNISYS hereby grants LICENSEE a personal, internal to LICENSEE only, non-exclusive, fully-paid right and license, including the right to sublicense for use and to copy (only to the extent reasonably necessary for LICENSEE to make and support Derivative Works), compile, modify, enhance and create Derivative Works of the Program and Program Materials solely for LICENSEE's non-commercial educational or hobbyist purposes, internal use and internal support.
|
||||
<br>
|
||||
2.2 LICENSEE shall reproduce all confidentiality notices, copyright notices, limited rights legends, restricted rights legends and other proprietary rights notices contained within the Source Code.
|
||||
<br>
|
||||
2.3 UNISYS hereby authorizes LICENSEE to do the following with the Program and Program Materials solely for non-commercial educational or hobbyist purposes:
|
||||
<div class=indented>
|
||||
(a) Preserve the Program by (i) storing the Program in different formats; (ii) copying the Program onto stable media as needed; and (iii) tagging the Program with metadata for easy identification and classification.
|
||||
<br>
|
||||
(b) Allow the Program to be run in simulators, or actual hardware.
|
||||
<br>
|
||||
(d) Provide the Program and Program Materials to private individuals ("LICENSEE Users"), wherein the LICENSEE Users will be subject to the responsibilities set forth in Section 2.2 and enjoy the rights granted in Sections 2.1, 2.3(a) and 2.3(b). LICENSEE will not authorize or encourage LICENSEE Users to remove confidentiality notices, copyright notices, limited rights legends, restricted rights legends and other proprietary rights notices contained within the Programs and Program Materials to which they have access.
|
||||
</div>
|
||||
2.4 UNISYS has no obligation to deliver the Program or Program Materials to LICENSEE; LICENSEE must collect the materials through its own resources.
|
||||
</blockquote>
|
||||
|
||||
<p>To download the archive file, please check the box below confirming your acceptance of the terms of the license and your obligations thereunder, then click the <b>Download</b> button.
|
||||
|
||||
<blockquote>
|
||||
<input id=AcceptanceCheck type=checkbox value="Release">
|
||||
<label for=AcceptanceCheck>I agree to the terms set forth above.</label>
|
||||
|
||||
<input id=AcceptanceBtn type=button value="Download" disabled>
|
||||
</blockquote>
|
||||
|
||||
<p>If you choose not to agree, then please return to the
|
||||
<a href="./SoftwareRequest.html">Mark XIII System Software</a> page.
|
||||
|
||||
<h2>Contents of the B5500-XIII-Release archive file</h2>
|
||||
|
||||
<p>A directory of the files is included as Mark-XIII.dir.txt; a dump of the file headers from the original tape images is included as Mark-XIII.tape-dir.txt.
|
||||
|
||||
|
||||
<p>
|
||||
<div id=footerDiv>
|
||||
Copyright (c) 2013, Nigel Williams and Paul Kimpel • Licensed under the MIT License
|
||||
</div>
|
||||
<div id=lastModDiv>Revised
|
||||
2017-05-28
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -34,19 +34,22 @@ You can read the story of how this came about in the
|
||||
<a href="./Unisys-B5500-Software-License.pdf">terms of that license</a>.
|
||||
|
||||
|
||||
<h2>Downloading the Tape Images</h2>
|
||||
<h2>Downloading the Tape Images and Source Files</h2>
|
||||
|
||||
<p>Our license with Unisys allows us to make the Mark XIII software available to others under the terms of that license. There are three tape images, as enumerated below. To download one of the images, please click its corresponding link. The resulting page will display the applicable terms of the Unisys license and a directory of the files on that image. Confirm your acceptance of the license terms to begin the download. You will need to download at least the <b>SYSTEM</b> image in order to run the emulator.
|
||||
<p>Our license with Unisys allows us to make the Mark XIII software available to others under the terms of that license. There are three tape images and a ZIP archive of decoded ASCII source, as enumerated below. To download one of the files, please click its corresponding link. The resulting page will display the applicable terms of the Unisys license, and for the tape image files, a directory of the files on that image. Confirm your acceptance of the license terms to begin the download. You will need to download at least the <b>SYSTEM</b> image in order to run the emulator.
|
||||
|
||||
<dl>
|
||||
<dt><a href="./TapeImage-SYSTEM.html"><b>SYSTEM</b></a> image (2.6MiB <code>.zip</code>)
|
||||
<dd><code>SYSTEM</code> contains object code for the release, including the Datacom MCP, Timesharing MCP, System Intrinsics, CANDE timesharing system, compilers, and utility programs. It also contains source files for a few utilities, and a set of source-level patch files for the release.
|
||||
<dd><code>B5500-XIII-SYSTEM-adc00257.zip</code> contains object code for the release, including the Datacom MCP, Timesharing MCP, System Intrinsics, CANDE timesharing system, compilers, and utility programs. It also contains source files for a few utilities, and a set of source-level patch files for the release.
|
||||
|
||||
<dt><a href="./TapeImage-SYMBOL1.html"><b>SYMBOL1</b></a> image (2.2MiB <code>.zip</code>)
|
||||
<dd><code>SYMBOL1</code> contains the source code for the Datacom MCP, System Intrinsics, and compilers.
|
||||
<dd><code>B5500-XIII-SYMBOL1-adc00255.zip</code> contains the source code for the Datacom MCP, System Intrinsics, and compilers.
|
||||
|
||||
<dt><a href="./TapeImage-SYMBOL2.html"><b>SYMBOL2</b></a> image (2.1MiB <code>.zip</code>)
|
||||
<dd><code>SYMBOL2</code> contains the remaining source code for the release, including the Timesharing MCP, CANDE, and utility programs.
|
||||
<dd><code>B5500-XIII-SYMBOL2-adc00253.zip</code> contains the remaining source code for the release, including the Timesharing MCP, CANDE, and utility programs.
|
||||
|
||||
<dt><a href="./B5500-XIII-Release.html"><b>Release</b></a> ZIP archive file (5.2MiB <code>.zip</code>)
|
||||
<dd><code>B5500-XIII-Release.zip</code> contains the source and object code for the entire XIII release, translated from 6-bit B5500 internal code to ASCII text files, using the standard retro-b5500 substitutions for the B5500 characters that do not have ASCII equivalents.
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -70,7 +73,7 @@ in the /tools directory.
|
||||
Copyright (c) 2013, Nigel Williams and Paul Kimpel • Licensed under the MIT License
|
||||
</div>
|
||||
<div id=lastModDiv>Revised
|
||||
2014-10-24
|
||||
2017-05-28
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -20,18 +20,19 @@ window.onload = function() {
|
||||
|
||||
function acceptanceBtn_Click(ev) {
|
||||
var image = acceptanceCheck.value;
|
||||
var s1 = String.fromCharCode(46,46,47,77,97,114,107,45,88,73,73,73,47,66,53,53,48,48,45,88,73,73,73,45);
|
||||
var s1 = String.fromCharCode(46,46,47,77,97,114,107,45,88,73,73,73,47,66,53,53,48,48,45,88,73,73,73);
|
||||
var s2 = String.fromCharCode(45);
|
||||
var s3 = String.fromCharCode(46,122,105,112);
|
||||
var s4 = String.fromCharCode(108,111,99,97,116,105,111,110);
|
||||
var s5 = String.fromCharCode(104,114,101,102);
|
||||
var images = {
|
||||
SYSTEM: String.fromCharCode(97,100,99,48,48,50,53,55),
|
||||
SYMBOL1: String.fromCharCode(97,100,99,48,48,50,53,53),
|
||||
SYMBOL2: String.fromCharCode(97,100,99,48,48,50,53,51)};
|
||||
SYSTEM: String.fromCharCode(45,97,100,99,48,48,50,53,55),
|
||||
SYMBOL1: String.fromCharCode(45,97,100,99,48,48,50,53,53),
|
||||
SYMBOL2: String.fromCharCode(45,97,100,99,48,48,50,53,51),
|
||||
Release: ""};
|
||||
|
||||
if (acceptanceCheck.checked) {
|
||||
window[s4][s5] = s1 + image + s2 + images[image] + s3;
|
||||
window[s4][s5] = s1 + s2 + image + images[image] + s3;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user