|
RTEMS
5.1
|
27 #ifndef _RTEMS_SCORE_X86_64_H 28 #define _RTEMS_SCORE_X86_64_H 34 #define CPU_NAME "x86-64" 35 #define CPU_MODEL_NAME "amd64" 37 #define COM1_BASE_IO 0x3F8 38 #define COM1_CLOCK_RATE (115200 * 16) 40 #define EFLAGS_INTR_ENABLE 0x200 43 #define DBG_PRINTF(format, args...) \ 44 printf(format, ## args) 46 #define DBG_PRINTF(format, args...)