FreeNOS
|
#include <FreeNOS/ProcessManager.h>
#include <FreeNOS/System.h>
#include <Macros.h>
#include <List.h>
#include <ListIterator.h>
#include <SplitAllocator.h>
#include <Vector.h>
#include <MemoryBlock.h>
#include <String.h>
#include <BootImage.h>
#include <intel/IntelMap.h>
#include <intel/IntelBoot.h>
#include "IntelKernel.h"
Go to the source code of this file.
Functions | |
C void | executeInterrupt (CPUState state) |
Definition at line 32 of file IntelKernel.cpp.
References Kernel::executeIntVector(), WeakSingleton< Kernel >::instance(), and CPUState::vector.
Referenced by IntelKernel::IntelKernel().