From cb566fc56e0c8a636e26ae4d35c43842ade09e7e Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 11 Jul 2015 00:57:50 +0200 Subject: [PATCH] per default HermitCore doesn't support a graphic adapter => disable the option in the configuration file --- hermit/include/hermit/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/include/hermit/config.h b/hermit/include/hermit/config.h index 395778256..e1e2f82ba 100644 --- a/hermit/include/hermit/config.h +++ b/hermit/include/hermit/config.h @@ -48,7 +48,7 @@ extern "C" { #define BYTE_ORDER LITTLE_ENDIAN -#define CONFIG_VGA +//#define CONFIG_VGA #define BUILTIN_EXPECT(exp, b) __builtin_expect((exp), (b)) //#define BUILTIN_EXPECT(exp, b) (exp)