FreeNOS
Data Structures | Typedefs
Kernel.h File Reference
#include <Macros.h>
#include <Types.h>
#include <Vector.h>
#include <List.h>
#include <Singleton.h>
#include <BootImage.h>
#include <Memory.h>
#include <CoreInfo.h>

Go to the source code of this file.

Data Structures

struct  InterruptHook
 Interrupt hook class. More...
 
class  Kernel
 FreeNOS kernel implementation. More...
 

Typedefs

typedef void InterruptHandler(struct CPUState *state, ulong param, ulong vector)
 Function which is called when the CPU is interrupted. More...
 
typedef struct InterruptHook InterruptHook
 Interrupt hook class. More...