Files
NJU_PA/nanos-lite/include/common.h
tracer-ics2023 696661a8dd > compile NEMU
221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 23:40:44 up 4 days, 18:46,  1 user,  load average: 2.96, 2.16, 1.08
2024-09-21 23:40:45 +08:00

16 lines
278 B
C

#ifndef __COMMON_H__
#define __COMMON_H__
/* Uncomment these macros to enable corresponding functionality. */
#define HAS_CTE
//#define HAS_VME
//#define MULTIPROGRAM
//#define TIME_SHARING
#include <am.h>
#include <klib.h>
#include <klib-macros.h>
#include <debug.h>
#endif