Changeset 156bae23 in mainline for kernel/arch/amd64/src/asm.S


Ignore:
Timestamp:
2018-11-13T20:22:20Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
87db879
Parents:
6e5252a
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-24 00:27:26)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-11-13 20:22:20)
Message:

Allocate boot stack properly on x86

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/asm.S

    r6e5252a r156bae23  
    3434#include <arch/cpu.h>
    3535#include <arch/smp/apic.h>
     36#include <arch/boot/boot.h>
     37
     38.section .bootstack, "a", @nobits
     39.align 16
     40SYMBOL(bootstack_bottom)
     41.skip BOOT_STACK_SIZE
     42SYMBOL(bootstack_top)
    3643
    3744.text
Note: See TracChangeset for help on using the changeset viewer.