[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.41

version 1.40, 2006/05/22 13:44:53 version 1.41, 2006/07/01 09:21:28
Line 247  _C_LABEL(Multiboot_Header):
Line 247  _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.41

CVSweb <webmaster@jp.NetBSD.org>