OSDN Git Service

48cf56b317b1e62a53ffbcade78e31ac9c44b65a
[heavyosecpu/HeavyOSECPU.git] / HeavyOSECPU / switch.h
1 #ifndef _HDLOAD_SWITCH
2 #define _HDLOAD_SWITCH 1
3
4 /*
5  * \82±\82Ì\83t\83@\83C\83\8b\82ð\95Ò\8fW\82·\82é\82±\82Æ\82Å\83R\83\93\83p\83C\83\8b\82Ì\8ed\95û\82ð\95Ï\8dX\82Å\82«\82Ü\82·
6  */
7
8
9 /*
10  * CPU\82Ì\83A\81[\83L\83e\83N\83`\83\83
11  * 1 : i386
12  */
13 #define JITC_ARCNUM 0x0001
14
15 /*
16  * \8eÀ\8ds\8aÂ\8b«\82Æ\82È\82éOS\82Ì\8eí\97Þ
17  * 1 : Win32
18  * 2 : Mac OS
19  * 3 : blike for Linux
20  */
21 #define DRV_OSNUM 0x0001
22
23 /*
24  * \83t\83\8d\83\93\83g\83G\83\93\83h\83R\81[\83h->\83o\83b\83N\83G\83\93\83h\83R\81[\83\82ð\8eÀ\8ds\82·\82ésyslib(decorder)\83t\83@\83C\83\8b\82ð\8ew\92è\82·\82é\81B
25  * OSECPU\82Ì\93®\8dì\82É\82Ísyslib.ose\82ª\95K\97v\81B
26  */
27 #define SYSLIB_OSE      "syslib.ose"
28 #define SIGN1           0xe1
29
30
31
32 #define USE_DEBUGGER    1
33 #define USE_TEK5                0       //\8c³\81X\82Í1
34
35 #define APPSIZ1         1 * 1024 * 1024 /* \82Æ\82è\82 \82¦\82¸1MB\82Å */
36 #define JITSIZ1         1 * 1024 * 1024 /* \82Æ\82è\82 \82¦\82¸1MB\82Å */
37 #define SJITSIZ1        1 * 1024 * 1024 /* \82Æ\82è\82 \82¦\82¸1MB\82Å */
38 #define SYSLIBSIZ1      1 * 1024 * 1024 /* \82Æ\82è\82 \82¦\82¸1MB\82Å */
39 #define SYSTMP0SIZ      1 * 1024 * 1024 /* \82Æ\82è\82 \82¦\82¸1MB\82Å */
40 #define SYSTMP1SIZ      2 * 1024 * 1024 /* \82Æ\82è\82 \82¦\82¸2MB\82Å */
41
42 #define KEYBUFSIZ               4096
43
44 #endif
45