TABLE OF CONTENTS..........................................................................................................................................2
USER INFORMATION............................................................................................................................................4
FEATURES .............................................................................................................................................................6
AIN MENU.............................................................................................................................................................12
UTO-DETECT HARD DISKS .....................................................................................................................................18
A
C
HANGE USER PASSWORD ......................................................................................................................................18
UTO CONFIGURATION WITH OPTIMAL SETTINGS.......................................................................................................18
A
UTO CONFIGURATION WITH FAIL SAFE SETTINGS ....................................................................................................18
S
AVE SETTINGS AND EXIT ........................................................................................................................................18
XIT WITHOUT SAVING.............................................................................................................................................18
E
AMIBIOS C
SETUP MENU .......................................................................................................................................12
HIPSET FEATURES ..........................................................................................................................................20
HE JIDA STANDARD ..............................................................................................................................................22
ERIAL PORT COM 1, 2 (RS232C) .........................................................................................................................29
S
P
ARALLEL PORT LPT 1............................................................................................................................................30
Copyright 1997 JUMPtec® Industrielle Computertechnik AG.
In this document JUMPtec
"JUMPtec
®
".
The information in this document has been carefully checked and is believed to be accurate and reliable.
However, no responsibility is assumed for inaccuracies. Furthermore, JUMPtec
changes to any portion of this manual to improve reliability, function or design. JUMPtec
®
Industrielle Computertechnik AG will also be referred to by the short form
®
reserves the right to make
®
does not assume any
liability for any product or circuit described herein.
Trademarks
AT and IBM are trademarks of International Business Machines
XT, AT, PS/2 and Personal System/2 are trademarks of International Business Machines Corporation.
Microsoft is a registered trademark of Microsoft Corporation.
Intel is a registered trademark of Intel Corporation.
All other products and trademarks mentioned in this manual are trademarks of their respective owners.
The reproduction, transmission or use of this document or its contents is not permitted without expressed written
authority.
Offenders will be liable for damages. All rights created by patent grant or registration of a utility model or
design, are reserved.
(C) JUMPtec
®
AG 1993
General
For the circuits, descriptions and tables indicated no responsibility is assumed as far as patents or other rights of
third parties are concerned.
The information in the Technical Descriptions describes the type of the boards and shall not be considered as
assured characteristics.
The reproduction, transmission or use of this document or its contents is not permitted without express written
authority. Offenders will be liable for damages. All rights, including rights created by patent grant or registration
of a utility model or design, are reserved.
Each board is tested carefully and thoroughly before being shipped. If, however, problems should occur during
the operation, please check your user specific settings of all boards included in your system. This is often the
source of the fault. If a board is defective, it can be sent to your supplier for repair. Please take care of the
following steps:
1. The board returned should have the factory default settings since a test is only possible with these
settings.
2. In order to repair your board as fast as possible we require some additional information from you.
Please fill out the attached Repair Form and include it with the defective board.
3. If possible the board will be upgraded to the latest version without additional cost.
4. Upon receipt of the board please be aware that your user specific settings were changed during the
test.
Within the warranty period the repair is free of charge as long as the warranty conditions are observed. Because
of the high test expenditure you will be charged with the test cost if no fault is found. Repair after the warranty
period will be charged.
This JUMPtec
the date of shipment. During the warranty period JUMPtec
®
product is warranted against defects in material and workmanship for the warranty period from
®
will at its option either repair or replace defective
products.
For warranty service or repair the product must be returned to a service facility designated by JUMPtec
®
.
The foregoing warranty shall not apply to defects resulting from improper or inadequate maintenance or
handling by buyer, unauthorized modification or misuse, operation outside of the product´s environmental
specifications or improper installation or maintenance.
JUMPtec
are caused by a faulty JUMPtec
®
will not be responsible for any defects or damages to other products not supplied by JUMPtec® that
®
product.
Introduction
The MOPS/586 integrates the complete functionality of an 80486 motherboard with CPU, System-BIOS, 8
Mbyte to 32 MByte DRAM, keyboard-controller, real time clock and additional peripheral functions like COM1,
COM2, LPT1, Floppy-interface, EIDE-harddisk-interface, watchdog and optional Ethernet access. The system
runs with CPU clock speed 133MHz.
The BIOS includes two special extensions to support the onboard silicon state disk and Jumptec Remote Control.
If the SSD is enabled in setup or the JRC client finds a host the code of the bios extension will be copied into
shadow ram. The location where the biosextension is placed is automatically determined by the system bios .
The user can not influence this! So care must be taken, when a Extended Memory Manager is used. To avoid
memory conflicts exclude the area E0000h-EFFFFh and do’nt include the area C0000h-DFFFFh !
DOS allows to address 1MByte directly. The memory area above 1MByte (high memory, extended memory) is
accessed under DOS via special drivers like HIMEM.SYS, EMM386.EXE etc. Other operating systems (OS/2,
Windows-NT) allow to address the full memory area directly.
Standard Memory Map
000000h +-------------------+ ¦ Interruptvectors ¦ ¦ 640KByte
¦ BIOS-variables ¦ ¦ of
¦ IO.SYS, MSDOS.SYS ¦ ¦ main memory
¦ COMMAND.COM ¦ ¦
¦ Applications ¦ ¦
0A0000h +-------------------¦ +
¦ EGA/VGA Video- ¦ ¦
¦ Adapter ¦ ¦ upper memory
0B0000h +-------------------¦ ¦ area
¦ MGA/CGA Video- ¦ ¦ (RAM areas not
¦ Adapter ¦ ¦ used by video
0C0000h +-------------------¦ ¦ cards can be ¦ VGA BIOS ¦ ¦ used otherwise) ¦ 48KByte
0CC000h +-------------------¦ ¦ ¦ Shadow RAM
¦ BIOS-extensions ¦ ¦ (all not used ¦ Shadow-RAM ¦ ¦ areas could be
¦ Dual port RAM ¦ ¦ used otherwise)
¦ etc. ¦ ¦
0E0000h +-------------------¦ ¦ ¦ System-Setup ¦ ¦ ¦ 128KByte
¦ System-BIOS ¦ ¦ ¦ Shadow RAM
100000h +-------------------¦ + ¦ ¦ ¦ higher memory area
110000h +-------------------¦ +
¦ ¦ ¦ extended or
¦ ¦ ¦ expanded memory
+-------------------+
The user can convert (up to 20Mbytes) Extended Memory into Expanded Memory (EMS). The selected
Expanded Memory is devided into 16KByte pages, of which four can be mapped into the EMS-frame. The EMSframe is located within the first 1MByte address space and has a length of 64KByte. The start address of the
EMS-page can be selected between CC000h and E0000h in steps of 16KBytes. Most Expanded Memory
Managers are choosing their frame address location by themselves if it is not explicit set..
000000h +-------------------+ ¦ Interruptvectors ¦ ¦ 640KByte
¦ BIOS-variables ¦ ¦ of
¦ IO.SYS, MSDOS.SYS ¦ ¦ main memory
¦ COMMAND.COM ¦ ¦
¦ HIMEM, EMM386 ¦ ¦
¦ Applications ¦ ¦
0A0000h +-------------------¦ +
¦ EGA/VGA Video- ¦ ¦
¦ Adapter ¦ ¦ upper memory
0B0000h +-------------------¦ ¦ area
¦ MGA/CGA Video- ¦ ¦ (RAM areas not
¦ Adapter ¦ ¦ used by video
0C0000h +-------------------¦ ¦ cards can be ¦ VGA BIOS ¦ ¦ used otherwise) ¦ 48KByte
0CC000h +-------------------¦ ¦ ¦ Shadow RAM
¦ BIOS-extensions ¦ ¦ (all not used ¦ Shadow-RAM ¦ ¦ areas could be
¦ Dual port RAM ¦ ¦ used otherwise)
¦ EMS-Pages ¦ ¦
¦ etc. ¦ ¦
0E0000h +-------------------¦ ¦ ¦ System-Setup ¦ ¦ ¦ 128KByte
¦ System-BIOS ¦ ¦ ¦ Shadow RAM
100000h +-------------------¦ + ¦ ¦ ¦ higher memory area
110000h +-------------------¦ +
¦ ¦ ¦ extended or
¦ ¦ ¦ expanded memory
+-------------------+
To be able to work with Expanded Memory under MS-DOS, you have to add the following drivers to your
CONFIG.SYS:
HIMEM.SYS and EMM386.EXE
The MOPS/586 uses a 32KByte extension BIOS (many other boards do this, too) which is mapped to a
configurable memory area. Some other kind of boards have no extension BIOS, but are using drivers which
communicate with their corresponding devices via memory mapped I/O. All these boards have one thing in
common, they have to share the upper memory area with the Expanded Memory Manager. This is often the
reason for several problems in the system. Make sure you excluded all areas in the upper memory, which are
used by extension BIOSes and memory mapped I/O. Your instruction in the CONFIG.SYS concerning the
Expanded Memory Manager should look like this: (questionmarks for location of extension BIOS)
DEVICE=EMM386.EXE X=E000-EFFF
Onboard SSD (DOS-compatible)
The onboard Solid State Disk (SSD) won’t work under any protected mode operating system, like WINDOWS
3.1, WINDOWS FOR WORKGROUPS 3.11, WINDOWS NT, OS/2 etc.
For SSD-Setup look to Fehler! Verweisquelle konnte nicht gefunden werden. on page Fehler! Textmarkenicht definiert..