|
|
1.1 root 1: char x86 =
2: #if defined(CONFIG_M386)
3: 3;
4: #elif defined(CONFIG_M486)
5: 4;
6: #elif defined(CONFIG_M586)
7: 5;
8: #elif defined(CONFIG_M686)
9: 6;
10: #else
11: #error "CPU type is undefined!"
12: #endif
13:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.