“Each vector is four bytes long and the 8088 can use 256 of them so Intel reserves the first 1K of memory for their use. It is also possible to call an interrupt in software with the INTn instruction where “n” is a number from 0 to 255 and DOS uses this to call BIOS routines.”
Thanks for the article, this little section reminds me of a time (early 80s) I was an IT troubleshooter. I got a call for help from a relatively backward country to look at a software maintenance contract. When I got there I found to my complete surprise that someone had managed to construct a six bay automated truck loading system (authorisation & billing) all built around an old IBM PC. The whole lot was programmed in compiled Borland Pascal and other than the accounting functions all driven in real-time using the interrupt system (both ways) and a shed-load of PICS. The amazing thing was that it worked darned well!
As a post-script their contract was OK, they had all the software source code and full rights to it — their real problem would be where they could find someone who could take over its maintenance if and when the original programmers(two) went away to earn big bucks.