forked from CeRiAl/Xhomer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
68 lines (47 loc) · 1.9 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Xhomer README
-------------
License
-------
Please read the file LICENSE, in this directory, for details.
Using Xhomer
------------
These are very basic instructions, for building, running and
exiting the Xhomer DEC Pro 350 emulator. For more detailed
documentation, please see DOC/index.html. Also, up-to-date
documentation and source code can be obtained from:
http://xhomer.isani.org/
Building Xhomer
---------------
Xhomer has been developed and tested on a Linux x86/GNU/X-windows
system. It is written in C, and will likely build on other
Unix systems, but the Makefile might require some tweaks. It
is assumed that the version of make in use is Gnu make (gmake)
and that gcc will be used for compilation.
From the directory in which this README resides:
1. Run "make clean"
2. Run "make"
This should produce a dynamically-linked executable named
"xhomer," in the current directory.
3. (OPTIONAL) If you would like a statically-linked executable,
run "make xhomer.static"
This will produce a binary named xhomer.static
Running Xhomer
--------------
1. Obtain a Pro hard disk image file (pos32.rd or venix2.rd, for
example).
2. Modify the Xhomer configuration file (xhomer.cfg), if necessary,
to point to the hard disk image (using the "rd_dir" and "rd0"
variables). xhomer.cfg must exist in the directory Xhomer is
run from. Alternatively, the file can be copied to ~/.xhomerrc.
If ~/.xhomerrc exists, it will be used instead of xhomer.cfg.
The provided configuration file contains documentation for all
of its options. Make sure they are set appropriately.
3. Run "xhomer"
The operating system present on the disk image file should now
boot.
Exiting Xhomer
--------------
1. While the Xhomer window has focus, press ctrl-F1.
2. The emulator control menu should now be visible. Select
the "Shutdown emulator" option with the up/down arrow keys, and
press enter.