1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

per default HermitCore doesn't support a graphic adapter

=> disable the option in the configuration file
This commit is contained in:
Stefan Lankes 2015-07-11 00:57:50 +02:00
parent 4db6d86ad4
commit cb566fc56e

View file

@ -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)