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:
parent
4db6d86ad4
commit
cb566fc56e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue