/[rtmk]/rtmk/i386/pc-start.S
ViewVC logotype

Diff of /rtmk/i386/pc-start.S

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jrydberg, Fri Dec 7 02:06:19 2001 UTC revision 1.2 by jrydberg, Thu Jan 3 01:39:52 2002 UTC
# Line 49  boot_entry: Line 49  boot_entry:
49          movl    $kernel_stack_top, %esp          movl    $kernel_stack_top, %esp
50          movl    $int_stack_top, %esp          movl    $int_stack_top, %esp
51    
52            
53          /* Clear the .bss-section.  ??? this can be optimized?? */          /* Clear the .bss-section.  ??? this can be optimized?? */
54          lea     __bss_start, %edi          lea     __bss_start, %edi
55          lea     _end, %ecx          lea     _end, %ecx

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26