| version 1.79, 2008/11/11 14:40:18 |
version 1.80, 2008/11/13 10:53:30 |
| Line 193 __KERNEL_RCSID(0, "$NetBSD$"); |
|
| Line 193 __KERNEL_RCSID(0, "$NetBSD$"); |
|
| .ascii "GUEST_OS=netbsd,GUEST_VER=2.0,XEN_VER=2.0" |
.ascii "GUEST_OS=netbsd,GUEST_VER=2.0,XEN_VER=2.0" |
| #endif /* XEN3 */ |
#endif /* XEN3 */ |
| .ascii ",LOADER=generic" |
.ascii ",LOADER=generic" |
| #if (NKSYMS || defined(DDB) || defined(LKM)) && !defined(SYMTAB_SPACE) |
#if (NKSYMS || defined(DDB) || defined(MODULAR)) && !defined(SYMTAB_SPACE) |
| .ascii ",BSD_SYMTAB=yes" |
.ascii ",BSD_SYMTAB=yes" |
| #endif |
#endif |
| .byte 0 |
.byte 0 |
| Line 517 try586: /* Use the `cpuid' instruction. |
|
| Line 517 try586: /* Use the `cpuid' instruction. |
|
| /* Find end of kernel image. */ |
/* Find end of kernel image. */ |
| movl $RELOC(end),%edi |
movl $RELOC(end),%edi |
| |
|
| #if (NKSYMS || defined(DDB) || defined(LKM)) && !defined(SYMTAB_SPACE) |
#if (NKSYMS || defined(DDB) || defined(MODULAR)) && !defined(SYMTAB_SPACE) |
| /* Save the symbols (if loaded). */ |
/* Save the symbols (if loaded). */ |
| movl RELOC(esym),%eax |
movl RELOC(esym),%eax |
| testl %eax,%eax |
testl %eax,%eax |