免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: seanding
打印 上一主题 下一主题

[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-18 16:43 |显示全部楼层

OpenVMS vax 模拟器

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

论坛徽章:
0
3 [报告]
发表于 2004-10-26 21:45 |显示全部楼层

OpenVMS vax 模拟器

[quote]原帖由 "day_dream"]模拟那些老的可以,那么模拟新的呢,像hpux,aix之类的,我从没有听说过能模拟的,原因是cpu架构不同吧,楼主老大说的模拟vax,不知道vax是基于什么架构的呢?是8086/8088的吗?[/quote 发表:


其实并不是不能模拟,只不过现代的CPU指令集以及整套系统太复杂,很难实现而已.

VAX的指令集以及架构就完全不同于I386,照样可以模拟,说明不同架构的CPU是可以模拟的,只不过没实现而已.

VAX是DEC公司的产品,要说什么架构我也不知道.有印象的东西就是:
PDP-->;VAX-->;ALPHA

论坛徽章:
0
4 [报告]
发表于 2004-10-26 21:59 |显示全部楼层

OpenVMS vax 模拟器

VAX的历史.
http://www.webmythology.com/VAXhistory.htm
vax小型机之王!

论坛徽章:
0
5 [报告]
发表于 2004-10-27 20:34 |显示全部楼层

OpenVMS vax 模拟器

不是研究VAX,而是研究OpenVMS.

论坛徽章:
0
6 [报告]
发表于 2005-01-14 19:23 |显示全部楼层

OpenVMS vax 模拟器

hehe,没用过,不知道老兄要模拟什么操作系统,PDP支持的系统如下:
http://www.village.org/pdp11/faq.pages/pdpOSes.html
还真是强啊,支持这么多系统。

论坛徽章:
0
7 [报告]
发表于 2006-01-13 14:10 |显示全部楼层
原帖由 dodo81 于 2006-1-13 03:33 发表
请问,这个simh模拟器安转完openvms之后,能否支持外部设备呢?
比方说微机的串口、并口能否正常使用,如果能的话,那么最多可以支持到多少个串并口?


不可以的,只能支持网络接口。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP