Added PC-DOS 0.90 disk image and appropriate Model 5150 machines to boot it
This commit is contained in:
parent
16f50b88d2
commit
13158e2dd2
26 changed files with 282 additions and 9 deletions
|
|
@ -32,6 +32,7 @@
|
|||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
var path = require("path");
|
||||
var fs = require("fs");
|
||||
var lib = path.join(path.dirname(fs.realpathSync(__filename)), "../lib/");
|
||||
|
|
|
|||
Loading…
Reference in a new issue