;
; Load CPU microcode
load -r ka655x.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 -r rq1 cdrom
; Attach defined drives to local files
attach rq0 DECwin-73.dsk
attach rq1 vms73.iso
; Attach Ethernet to a network interface
set xq mac=AA-00-04-00-E2-D1
attach xq \Device\NPF_{B0F5A148-77C4-4E59-89AB-E51BB72E93AB}
;
; Now start the emulator
boot cpu