Quote:
[Originally Posted by _ColdMind]I thought TBone want to say that a pointer is a bidimensional vector (linear array with two elements ??). Is this true ?
|
Well, under dos there is two parts to the interrupt pointers: segment and offset. The two parts make up a dword (both segment and offset are word-sized). If this doesn't make sense to you, read up on real-mode and protected-mode.
However, pointers in general cannot be seen as bidimensional vectors - a pointer is merely an indicator, a direction, if you will. Exactly what the pointer is made of is another question.
Quote:
Who tell Fake51 a vector is defined by a direction and a speed ... the speed is a vector dx/dt but not any vector need to have a speed.
|
The speed of a vector can be zero, but the the definition of vectors (when used in physics and 3D-graphics) is speed and direction. Whether the actual speed of a vector is zero does not matter - since the vector is still defined in terms of a direction and movement in that direction.
Quote:
Thanks a lot.
I found something that solve my problem: http://www.woodmann.net/forum/showthread.php?t=2936 |
Nice to see the search button works.
Fake
Edit: far as I can tell, the info in the other thread is about interrupt structure under protected mode - which is ofcourse nice to know about, but a slightly different topic than what I think you were reading about.