Changeset 156bae23 in mainline for kernel/arch/ia32/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/ia32/src/asm.S

    r6e5252a r156bae23  
    3737#include <arch/istate_struct.h>
    3838#include <arch/smp/apic.h>
     39#include <arch/boot/boot.h>
     40
     41.section .bootstack, "a", @nobits
     42.align 16
     43SYMBOL(bootstack_bottom)
     44.skip BOOT_STACK_SIZE
     45SYMBOL(bootstack_top)
    3946
    4047.text
Note: See TracChangeset for help on using the changeset viewer.