Kinl/sys/config.h

10 lines
150 B
C

#ifndef __CONFIG_H
#define __CONFIG_H
#define KERNEL_CODE_SELECTOR 0x08
#define KERNEL_DATA_SELECTOR 0x10
#define KINL_TOTAL_INTERRUPTS 512
#endif