Understanding computer architecture

AI Thread Summary
The discussion revolves around configuring a PC/104 hardware board, highlighting the distinction between memory-mapped and I/O-based configurations. Users can adjust settings through BIOS or jumper settings on the board. Jumper settings are small pins that activate specific circuits, which were more commonly used in the past. The manual is crucial for understanding these settings and the types of I/O support available, such as RS-232 or USB. It is essential to read the board's manual for jumper configurations and I/O setup, as well as to ensure proper device drivers and software are in place for communication with the board. The difference between I/O mapping and memory mapping is also clarified, indicating that I/O mapping uses port-based instructions while memory mapping utilizes memory-based instructions to access components on the PC/104 card.
Physicslearner500039
Messages
124
Reaction score
6
Hi all,

I recently purchased a hardware board which supports PC/104 and when i am going through the manual i found a lot of unknown terms like you can configure your PC/104 based board as memory mapped or I/O based and for that you have to do settings in the BIOS or some jumper settings on the board and so on which confused me a lot. so, i wanted to learn the computer architecture first i want to know everything about computer. could somebody please suggest me the starting point for this.

thanks in advance,
regards,
satya
 
Computer science news on Phys.org
satya77 said:
Hi all,

I recently purchased a hardware board which supports PC/104 and when i am going through the manual i found a lot of unknown terms like you can configure your PC/104 based board as memory mapped or I/O based and for that you have to do settings in the BIOS or some jumper settings on the board and so on which confused me a lot. so, i wanted to learn the computer architecture first i want to know everything about computer. could somebody please suggest me the starting point for this.

thanks in advance,
regards,
satya

Hey satya77.

My guess is that you can configure it by an external I/O device like an old serial or parallel bus or the new universal serial bus connections: something along those lines. I'm guessing memory-mapped settings is done by configuring some kind of on-board memory.

Jumper settings refer to little pins which activate particular circuits which set parameters for the board. In the old days people had to actually set quite a few jumper settings but nowadays most people don't unless they are computer technicians or people trying to overclock their PC's. If you see a pair of pins with a plastic thing that slots over both of them, this is an example of a jumper.

What I would do is read your manual to find out what the jumpers correspond to and see what kind of I/O support you have for programming the board and the type of interface you have: it will say something like RS-232, USB I, USB-II, LPT and so on unless it's another kind of I/O device that connects to some other hardware that is not a normal PC.

Since you said you purchased a board, I imagine the computer connects to the board via the hardware interface which means that you should have a device driver and software to communicate with the board. The software might not be something with a UI, but as long as you can upload/download data and get a decent level of feedback and control, this is what you will need to look at.

So in conclusion, read your board manual for jumper settings and configuring I/O, read the hardware documentation for setting up I/O exchange with the board and read the board manual for how to program the on-board memory component if you can program it.
 
Wiki article:

http://en.wikipedia.org/wiki/PC/104

I/O mapping would require you use I/O (port based) instructions to access the components on the PC/104 card. Memory mapping would use memory based instructions to access the components on the PC/104 card instead. This is probably done via jumpers on the PC/104, cards. I'm not sure how the BIOS on a PC/104 system works. I would assume that most standard I/O functions, such as keyboard port, serial port, ..., are all I/O mapped, and only memory on each board would be memory mapped.
 
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top