Where are interrupt service and init routines located?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
basharh
Posts: 3
Joined: Sat Sep 01, 2012 7:08 pm

Where are interrupt service and init routines located?

Post by basharh »

Is low memory enough to store all the code that the BIOS needs for its initialization and interrupt service routines? Or are they stored somewhere else? Are there are any tricks involved?
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

Re: Where are interrupt service and init routines located?

Post by Kazinsal »

It all fits in conventional memory. Keep in mind that the IBM PC 5150 did it with an 8086 and 64 KB of RAM by simply memory-mapping ROMs and VRAM to the upper 384 KB of the real mode address space.
Post Reply