summaryrefslogtreecommitdiffstats
path: root/include/arch/x86_64/object.h
blob: 4efaf711116bcdaeb94ec574730389c79f371ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _JOVE_x86_64_OBJECT_H
#define _JOVE_x86_64_OBJECT_H 1

#include <stdint.h>

#ifndef KERNEL_STACKBYTES
#define KERNEL_STACKBYTES 4096
#endif

#endif