免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
1234下一页
最近访问板块 发新帖
查看: 27834 | 回复: 34
打印 上一主题 下一主题

[Tru64 UNIX] OpenVMS vax 模拟器 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-10-17 12:02 |只看该作者 |倒序浏览
OpenVMS vax 模拟器

需要软硬件:
window pc一台.
winpcap: [url]http://winpcap.polito.it/install/bin/WinPcap_3_1_beta_3.exe
simh: http://simh.trailing-edge.com/sources/simhv32-3-exe-ether.zip
OpenVMS vax 5.x-7.x 安装盘,由于SIMH不能使用光驱,因此b必须将光盘做成ISO.方法如下:
Select Recorder|Save Track
     Select the track, set the output filename
     In Options, you may need to set the Read Speed down;
      the VMS Hobbyist CD didn't work after a 52x read, but worked fine at 8x
     Click GO
一定要将光驱速度设定再8x以下.
VMS vax LICENSE 若干,我还没申请到,有的朋友作个贡献,顺便给我一份:sean.ding@163.com


安装过程:
1.安装winpcap.
2.安装SIMH,直接解压就可以了.同时将做好的VMS.ISO copy到安装目录.
3.配置SIMH,再SIMH安装目录下建立VAX.INI文件,内容如下:
;----------------------------------------------------------------
; Load CPU microcode
load -r ka655.bin
;
; Attach non-volatile RAM to a file
attach nvr nvram.bin
;
; This virtual machine has 64M memory
set cpu 64m
;
; Define disk drive types. RA92 is largest-supported VAX drive.
set rq0 ra92
set rq1 ra92
set rq2 ra92
set rq3 cdrom
;
; Attach defined drives to local files
attach rq0 d0.dsk
attach rq1 d1.dsk
attach rq2 d2.dsk
;
; Attach the CD-ROM to its file (read-only)
attach -r rq3 vms62.iso
;
; Disable unused devices. It's also possible to disable individual devices,
; using a construction like "set rq2 disable" if desired.
;
set rl disable
set ts disable
;
; Attach Ethernet to a network interface
set xq mac=08-00-2B-AA-BB-CC
attach xq  \Device\NPF_{608B11E9-A164-41F6-9649-3BD30434FC70}
;
; Now start the emulator
boot cpu
;-----------------------------------------------------------------------

4.运行VAX虚拟机,双击VAX.EXE.
VAX simulator V3.2-3
NVR: buffering file in memory
RQ: unit is read only
Eth: opened \Device\NPF_GenericNdisWanAdapter
Eth: Error Transmitting packet: No error
You may need to run as root, or install a libpcap version
which is at least 0.9 from www.tcpdump.org


KA655-B V5.3, VMB 2.7
Performing normal system tests.
40..39..38..37..36..35..34..33..32..31..30..29..28..27..26..25..
24..23..22..21..20..19..18..17..16..15..14..13..12..11..10..09..
08..07..06..05..04..03..
Tests completed.
>;>;>;
>;>;>;sh dev  看一下设备
>;>;>;boot dua3 从光驱(也就是你做的VMS.iso) 启动.
.
.
.
Available device DUA0: device type RA92
Available device DUA1: device type RA92
Available device DUA2: device type RA92
Available device DUA3: device type RRD40

Enter "YES" when all needed devices are available: y
%BACKUP-I-IDENT, Stand-alone BACKUP T7.2; the date is 19-APR-2003 15:48:04.20

At this point, you're running a small "standalone" operating system that's used for backing

up and restoring data. Use the command that follows to restore the VMS "save set" from CD-

ROM to the first hard disk.

$ backup dua3:vms073.b/save_set dua0:
等backup完成后回到SIMH
sim>;boot cpu
>;>;>;set boot dua0
>;>;>;boot
按照提示安装,具体安装方法可以参考:http://www.wherry.com/gadgets/retrocomputing/vax-simh.html

好好享用吧.非常棒的操作系统,有些东西是UNIX望尘莫及的.

论坛徽章:
0
2 [报告]
发表于 2004-10-17 13:05 |只看该作者

OpenVMS vax 模拟器

是不是在PC机上模拟VAX VMS 的环境啊。

论坛徽章:
0
3 [报告]
发表于 2004-10-18 16:43 |只看该作者

OpenVMS vax 模拟器

没错,就是在PC上运行,不过CPU占用很大.

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
4 [报告]
发表于 2004-10-18 22:02 |只看该作者

OpenVMS vax 模拟器

这么牛啊.等忙完了这一段时间一定要试试

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
5 [报告]
发表于 2004-10-18 22:07 |只看该作者

OpenVMS vax 模拟器

刚才看了一下那个网站.真的是很牛啊.他们的模拟器可以模拟很多老计算机.

论坛徽章:
0
6 [报告]
发表于 2004-10-20 10:52 |只看该作者

OpenVMS vax 模拟器

强贴!

论坛徽章:
0
7 [报告]
发表于 2004-10-20 19:20 |只看该作者

OpenVMS vax 模拟器

谁有openvms alpha/vax hobbyist kit 3.0光盘,拿出来共享,这样我们就可以在普通pc上通过simh模拟openvms来练习。

论坛徽章:
0
8 [报告]
发表于 2004-10-21 15:07 |只看该作者

OpenVMS vax 模拟器

支持一下

论坛徽章:
0
9 [报告]
发表于 2004-10-21 16:17 |只看该作者

OpenVMS vax 模拟器

[quote]原帖由 "yongjunzheng"]谁有openvms alpha/vax hobbyist kit 3.0光盘,拿出来共享,这样我们就可以在普通pc上通过simh模拟openvms来练习。[/quote 发表:


谁拿来共享?谢谢

论坛徽章:
0
10 [报告]
发表于 2004-10-22 12:59 |只看该作者

OpenVMS vax 模拟器

谁有VMS的光盘可以共享?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP