- update of the example config file
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@65 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
parent
ed172cfb18
commit
8480f4f7bf
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,7 @@ extern "C" {
|
|||
#define CONFIG_VGA
|
||||
#define CONFIG_KEYBOARD
|
||||
#define CONFIG_MULTIBOOT
|
||||
//define CONFIG_ROCKCREEK
|
||||
|
||||
#define BUILTIN_EXPECT(exp, b) __builtin_expect((exp), (b))
|
||||
//#define BUILTIN_EXPECT(exp, b) (exp)
|
||||
|
@ -58,6 +59,10 @@ extern "C" {
|
|||
#define ULONG_MAX 0xffffffff
|
||||
#define USHRT_MAX 0xffff
|
||||
|
||||
#define HAVE_ARCH_MEMSET
|
||||
#define HAVE_ARCH_MEMCPY
|
||||
#define HAVE_ARCH_STRLEN
|
||||
|
||||
typedef unsigned long long uint64_t;
|
||||
typedef long long int64_t;
|
||||
typedef unsigned int uint32_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue