1 /* 2 * Copyright (c) 2015 Travis Geiselbrecht 3 * 4 * Use of this source code is governed by a MIT-style 5 * license that can be found in the LICENSE file or at 6 * https://opensource.org/licenses/MIT 7 */ 8 #pragma once 9 10 #define PAGE_SIZE 4096 11 #define PAGE_SIZE_SHIFT 12 12 13 // XXX is this right? 14 #define CACHE_LINE 32 15 16 #define ARCH_DEFAULT_STACK_SIZE 4096 17