Owner`s manual

Examples
of
Optional
Command
Lines:
1.
DEVICE = EMM.SYS
CCOO
[ENTER]
This
command
line
locates
the
page
frame
address
at
CCOO.
If
the
page
frame
address
you
specify
is
occupied
(for
example,
by
a
ROM
or
RAM),
EMM.SYS
will
scan
from
the
next
valid
address
for
an
alternate
unused
64K area.
The
search
will
continue
up
to
(and
including)
address
EOOO.
If
the
search
does
not
find
a
valid
64K
area,
the
message
"No
room
on
motherboard
for
page
frame"
will
appear,
and
the
search
will
terminate.
2.
DEVICE=EMM.SYS
DOOO
2A8, 08 [ENTER]
This
command
line
begins
page
frame
addressing
at
DOOO,
selects
the
EMS
port
address
at
2AS,
and
assigns
the
logical
EMS
starting
page
at
OSH.
In
this
example,
we
assume
that
the
computer's
base
memory
was 512K,
and
that
the
Everex
memory
board
was used
to
upgrade
the
base
memory
from
512K
to
640K.
In
this
case,
the
first
S
logical
pages
from
00-
07
Hex
are
already
being
used.
Therefore,
we
assign
the
EMS
memory
the
next
available
logical
page
at
OSH.
11