Where are interrupt service and init routines located?
Where are interrupt service and init routines located?
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?
- Kazinsal
- 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?
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.