Nucleus
Barry Global Descriptor Tables b9a1b73 (3 years, 3 months ago)
#ifndef _NUCLEUS_CPU_H
#define _NUCLEUS_CPU_H
/* Structure for an Interrupt Frame */
struct InterruptFrame {
uint32_t eip, cs, eflags;
};
#define CPUID 0
#define MAX_CPUS 1
#endif