1#define NVGA 1
2#ifdef _LOCORE
3 .ifndef _KERNEL_OPT_NVGA
4 .global _KERNEL_OPT_NVGA
5 .equiv _KERNEL_OPT_NVGA,0x1
6 .endif
7#else
8__asm(" .ifndef _KERNEL_OPT_NVGA\n .global _KERNEL_OPT_NVGA\n .equiv _KERNEL_OPT_NVGA,0x1\n .endif");
9#endif
10#define NVGA_RASTERCONSOLE 0
11#ifdef _LOCORE
12 .ifndef _KERNEL_OPT_NVGA_RASTERCONSOLE
13 .global _KERNEL_OPT_NVGA_RASTERCONSOLE
14 .equiv _KERNEL_OPT_NVGA_RASTERCONSOLE,0x0
15 .endif
16#else
17__asm(" .ifndef _KERNEL_OPT_NVGA_RASTERCONSOLE\n .global _KERNEL_OPT_NVGA_RASTERCONSOLE\n .equiv _KERNEL_OPT_NVGA_RASTERCONSOLE,0x0\n .endif");
18#endif
19