diff --git a/include/metalsvm/config.h.example b/include/metalsvm/config.h.example index 5c8edf11..1156b462 100644 --- a/include/metalsvm/config.h.example +++ b/include/metalsvm/config.h.example @@ -55,6 +55,13 @@ extern "C" { #define CONFIG_MULTIBOOT //#define CONFIG_ROCKCREEK +// RCCE specific flags +#define SCC +#define MS_BAREMETAL +#define GORY +//#define SHMADD +//#define SHMADD_CACHEABLE + #define BUILTIN_EXPECT(exp, b) __builtin_expect((exp), (b)) //#define BUILTIN_EXPECT(exp, b) (exp) #define NORETURN __attribute__((noreturn))