[BACK]Return to locore.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/i386/locore.S between version 1.58.6.4 and 1.58.6.5

version 1.58.6.4, 2008/01/10 23:43:22 version 1.58.6.5, 2008/01/13 11:26:56
Line 192  __KERNEL_RCSID(0, "$NetBSD$");
Line 192  __KERNEL_RCSID(0, "$NetBSD$");
         .ascii  ",HYPERCALL_PAGE=0x00000101"          .ascii  ",HYPERCALL_PAGE=0x00000101"
                 /* (???+HYPERCALL_PAGE_OFFSET)/PAGE_SIZE) */                  /* (???+HYPERCALL_PAGE_OFFSET)/PAGE_SIZE) */
 #endif  #endif
   #ifdef PAE
           .ascii  ",PAE=yes[extended-cr3]"
   #endif
 #else /* !XEN3 */  #else /* !XEN3 */
         .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 */

Legend:
Removed from v.1.58.6.4  
changed lines
  Added in v.1.58.6.5

CVSweb <webmaster@jp.NetBSD.org>