- 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:
stefan 2010-08-11 05:53:33 +00:00
parent ed172cfb18
commit 8480f4f7bf

View file

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