Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

irq.cc File Reference

#include "irq.h"
#include "asm.h"
#include "pic.h"
#include "screen.h"

Include dependency graph for irq.cc:

Include dependency graph

Functions

void interrupt_dispatcher (volatile Handler_registers registers)

Variables

PIC pic
Screen screen
Handler_func handlers [INTERRUPT_COUNT]

Function Documentation

void interrupt_dispatcher volatile Handler_registers    registers
 

The general interrupt handler called by the assembly isr.


Variable Documentation

Handler_func handlers[INTERRUPT_COUNT]
 

PIC pic
 

Screen screen
 


Torsion Operating System, Copyright (C) 2000-2002 Dan Helfman