Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

irq.cc File Reference

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

Include dependency graph for irq.cc:

Include dependency graph

Functions

void interrupt_dispatcher (volatile Handler_registers reg)

Variables

List< Int_handlerhandlers [INTERRUPT_COUNT]

Function Documentation

void interrupt_dispatcher volatile Handler_registers  reg  ) 
 

The general interrupt handler called by the assembly isr.


Variable Documentation

List<Int_handler> handlers[INTERRUPT_COUNT]
 


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