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 eth0
;
; 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
[c
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.
>>>
>>>[color=red:3639fa011f]sh dev [/color:3639fa011f]看一下设备
>>>[color=red:3639fa011f]boot dua3 [/color:3639fa011f] 从光驱(也就是你做的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:[color=red:3639fa011f] y[/color:3639fa011f]
%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.
$ [color=red:3639fa011f]backup dua3:vms073.b/save_set dua0:[/color:3639fa011f]
等backup完成后回到SIMH
sim>[color=red:3639fa011f]boot cpu[/color:3639fa011f]
>>>[color=red:3639fa011f]set boot dua0[/color:3639fa011f]
>>>[color=red:3639fa011f]boot [/color:3639fa011f]
按照提示安装,具体安装方法可以参考:http://www.wherry.com/gadgets/retrocomputing/vax-simh.html
好好享用吧.非常棒的操作系统,有些东西是UNIX望尘莫及的.
robert 回复于:2004-10-17 13:05:25 |
是不是在PC机上模拟VAX VMS 的环境啊。 |
seanding 回复于:2004-10-18 16:43:37 |
没错,就是在PC上运行,不过CPU占用很大. |
我爱臭豆腐 回复于:2004-10-18 22:02:08 |
这么牛啊.等忙完了这一段时间一定要试试:) |
我爱臭豆腐 回复于:2004-10-18 22:07:07 |
刚才看了一下那个网站.真的是很牛啊.他们的模拟器可以模拟很多老计算机. |
fire9 回复于:2004-10-20 10:52:54 |
强贴! |
yongjunzheng 回复于:2004-10-20 19:20:40 |
谁有openvms alpha/vax hobbyist kit 3.0光盘,拿出来共享,这样我们就可以在普通pc上通过simh模拟openvms来练习。 |
pansin 回复于:2004-10-21 15:07:24 |
支持一下 |
Dingy 回复于:2004-10-21 16:17:34 |
[quote:88d6176527="yongjunzheng"]谁有openvms alpha/vax hobbyist kit 3.0光盘,拿出来共享,这样我们就可以在普通pc上通过simh模拟openvms来练习。[/quote:88d6176527]
谁拿来共享?谢谢 |
campoeagle 回复于:2004-10-22 12:59:34 |
谁有VMS的光盘可以共享? |
ecloud 回复于:2004-10-23 11:59:29 |
3.1beta3的WinPcap似乎是有问题
至少我在Win2K下用Boches会找不到网卡 还是用3.0版本比较稳定 |
day_dream 回复于:2004-10-25 16:19:50 |
模拟那些老的可以,那么模拟新的呢,像hpux,aix之类的,我从没有听说过能模拟的,原因是cpu架构不同吧,楼主老大说的模拟vax,不知道vax是基于什么架构的呢?是8086/8088的吗? |
seanding 回复于:2004-10-26 21:45:49 |
[quote:d9b17dd07d="day_dream"]模拟那些老的可以,那么模拟新的呢,像hpux,aix之类的,我从没有听说过能模拟的,原因是cpu架构不同吧,楼主老大说的模拟vax,不知道vax是基于什么架构的呢?是8086/8088的吗?[/quote:d9b17dd07d]
其实并不是不能模拟,只不过现代的CPU指令集以及整套系统太复杂,很难实现而已. VAX的指令集以及架构就完全不同于I386,照样可以模拟,说明不同架构的CPU是可以模拟的,只不过没实现而已. VAX是DEC公司的产品,要说什么架构我也不知道.有印象的东西就是: PDP-->VAX-->ALPHA |
seanding 回复于:2004-10-26 21:59:26 |
VAX的历史.
[url]http://www.webmythology.com/VAXhistory.htm[/url] [size=24:5e0a3e3939]vax小型机之王![/size:5e0a3e3939] |
maxh666_cn 回复于:2004-10-27 13:31:43 |
我公司有的是alpha 小型机,可装最新的VMS,用模拟的多累呀!! |
day_dream 回复于:2004-10-27 17:54:12 |
现在研究vax有哪些使用之处吗?vax在什么领域使用啊,我很早以前上学的时候听说过。 |
seanding 回复于:2004-10-27 20:34:44 |
不是研究VAX,而是研究OpenVMS. |
shanej26 回复于:2004-10-29 11:56:00 |
很牛呀。如果稳定的话去推一下,毕竟用VAX机的还不少呢。 |
神呐救救我 回复于:2004-11-09 15:08:27 |
学习openVMS还是很累的,不过这个系统很不错,某些方面超过unix。我用这个东西有四年时间。
可惜我换工作了,否则共享光盘和全套的OpenVMS资料不是问题 |
minechina 回复于:2004-11-30 10:54:16 |
simh下载不了呀,谁有共享一下。 |
laosun 回复于:2005-01-23 21:33:46 |
[quote:f187df8b80="神呐救救我"]学习openVMS还是很累的,不过这个系统很不错,某些方面超过unix。我用这个东西有四年时间。
可惜我换工作了,否则共享光盘和全套的OpenVMS资料不是问题[/quote:f187df8b80] the best cluster of the world! |
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/