Questions tagged [isa]

17 questions
8
votes
6 answers

ISA bus on newer computers

Are there companies that sell new computers that support old ISA bus expansion cards? We have an aging computer running DOS that operates some machinery via an ISA interface board. Updated versions of this board (e.g. PCI, USB) are not available,…
4
votes
1 answer

How do home computer buses electrically put data on the wire?

In particular I'd like to know what schemes PCI Express, PCI and ISA use at the physical layer.
wnrph
  • 3,715
  • 1
  • 28
  • 39
4
votes
3 answers

What exactly is a PCI-ISA card?

So I got my brand new laptop in for repair, the second time already. They first replaced the system board and returned it to me... Still not working... Now it's been brought in for a second time and this time they're replacing the PCI-ISA card. All…
Pylsa
  • 31,383
4
votes
0 answers

How to access ISA device in Windows 10?

I have an ISA device which I want to use under Windows 10. It was working in Windows XP but now the customer wants to upgrade their hardware and Windows. I found this motherboard (MS-98A9) which features a legacy ISA slot. In the device manager I…
arminb
  • 238
2
votes
3 answers

Is it still possible to buy a new computer with ISA slots?

Possible Duplicate: ISA bus on newer computers Is it still possible to buy a new computer with ISA slots? Or are adapters available or some sort of solution to allow ISA cards to exist in a modern PC?
2
votes
1 answer

Multiple Servers, externally, through single IP

Let's say, I have a server that is directly connected to the internet (no firewall), and sits on 66.77.88.99 externally, and internally sits on 192.168.0.1. I have my domain's records set up so that mydomain.com points to my external IP. I also have…
nickw444
  • 163
2
votes
0 answers

How to use ISA card on mainboards without ISA support?

I have a legacy machinery which has a control PC which belongs to 20 years ago (consider something like a Pentium 133/Pentium II). Since its motherboard is obsolete, I cannot find the equivalent motherboard to replace that on. My problem to find new…
VSB
  • 305
1
vote
1 answer

Byte addressable memory and ISA

I am trying to clear some confusion regarding instruction set architecture and how memory is accessed. Basically I know that in byte addressable memory, data is stored byte by byte either in big-endian or little-endian. Now if we have a 32 bit…
O.A.
  • 131
1
vote
1 answer

Where can I find the instruction sets for Intel or AMD microprocessors?

I'm sorry if these are stupid questions or if they don't pertain to this website. I don't really know where else I could ask this. Okay first of all, I don't really understand how instruction sets on microprocessors work. Are they implemented…
Bum Kim
  • 21
1
vote
2 answers

Where can I purchase a computer that accepts a full-length ISA card AND has a parallel port input?

I am doing some consulting work for a client who is trying to replace a very out of date outbound dialing program that was set up on a pair of Pentium-era tall desktops. The requirements for these computers are simple: they need to be very…
0
votes
1 answer

simulator for ISA and Exchange server !

for educational purpose I need simulator for any version of ISA server and Exchange Server !!
Mr-Right
  • 595
0
votes
1 answer

Using VPN service through proxy server (ISA)

I have 10 users on my office network and don't want to setup VPN on each client's PC. Is it possible to configure VPN service (Hotspot Shield, Hidemyass or even I can setup my own VPN server on a dedicated server in a datacenter) in ISA (proxy…
0
votes
3 answers

CISC and VLIW, and instruction and opcode

From http://en.wikipedia.org/wiki/Instruction_set CISC processors include "complex" instructions in their instruction set. A single "complex" instruction does something that may take many instructions on other computers. Such instructions are…
Tim
  • 17,743
0
votes
1 answer

How to build a compact x86 / EISA / ISA architecture PC

This question is based on a previous question I asked (x86 based Retro/Nostalgia PC the size of a Raspberry Pi), and also I guess to some extent it fits in with this question regarding ISA bus on newer computers I'm still on the hunt for hardware…
Matthew Layton
  • 668
  • 4
  • 10
  • 24
0
votes
2 answers

CPU instruction cycle

Why are there distinct instructions execution stages(fetch, decode,execute,store)? Aren't these parts of a CPU connected one after another? I have created a simple CPU in digital logic simulator and it simultaneously fetches, decodes and executes an…
qukert
  • 77
1
2