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