coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
interrupt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void handleInterrupt (int intNum)
 
void runInt10 (void)
 
void runInt13 (void)
 

Function Documentation

◆ handleInterrupt()

void handleInterrupt ( int  intNum)

Definition at line 550 of file interrupt.c.

References DEBUG_PRINTF_INTR, HALT_SYS, handleInt10(), handleInt16(), handleInt1a(), M, my_rdl(), pmm_handleInt(), PMM_INT_NUM, printf, setupInt(), and yabel_intFuncArray.

Referenced by biosemu().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ runInt10()

◆ runInt13()