Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/smp/ap.S

    rd4eba6d r65f3117  
    9898.code64
    9999start64:
    100         movabsq $ctx, %rsp
    101         movq CONTEXT_OFFSET_SP(%rsp), %rsp
     100        movabsq $bootstrap_stack_top, %rsp
     101        movq (%rsp), %rsp
    102102
     103        pushq $0
    103104        pushq $0
    104105        movq %rsp, %rbp
Note: See TracChangeset for help on using the changeset viewer.