Added PC-DOS 0.90 disk image and appropriate Model 5150 machines to boot it

This commit is contained in:
Jeff Parsons 2017-05-26 10:18:47 -07:00 committed by Jeff Parsons
commit 13158e2dd2
26 changed files with 282 additions and 9 deletions

View file

@ -32,6 +32,7 @@
*/
"use strict";
var path = require("path");
var fs = require("fs");
var lib = path.join(path.dirname(fs.realpathSync(__filename)), "../lib/");