[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.40 and 1.42

version 1.40, 2006/05/22 13:44:53 version 1.42, 2006/07/08 20:30:00
Line 83 
Line 83 
   
 #include "npx.h"  #include "npx.h"
 #include "assym.h"  #include "assym.h"
 #include "apm.h"  
 #include "lapic.h"  #include "lapic.h"
 #include "ioapic.h"  #include "ioapic.h"
 #include "ksyms.h"  #include "ksyms.h"
Line 247  _C_LABEL(Multiboot_Header):
Line 246  _C_LABEL(Multiboot_Header):
         /*          /*
          * At this point, we know that a NetBSD-specific boot loader           * At this point, we know that a NetBSD-specific boot loader
          * booted this kernel.  The stack carries the following parameters:           * booted this kernel.  The stack carries the following parameters:
          * (boothowto, [bootdev], bootinfo, esym, biosbasemem, biosextmem),           * (boothowto, [bootdev], bootinfo, esym, biosextmem, biosbasemem),
          * 4 bytes each.           * 4 bytes each.
          */           */
         addl    $4,%esp         # Discard return address to boot loader          addl    $4,%esp         # Discard return address to boot loader

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>