/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/arch/x86/core/stack.S
21 строка
454 B
Michael Brown
[build] Fix building with newer binutils
14 янв 2024, 15:16
14 янв 2024, 15:16
6ca597e
Код
Авторство
О чём код?
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ) .section ".note.GNU-stack", "", @progbits #ifdef __x86_64__ #define STACK_SIZE 8192 #else #define STACK_SIZE 4096 #endif /**************************************************************************** * Internal stack **************************************************************************** */ .section ".stack", "aw", @nobits .balign 8 .globl _stack _stack: .space STACK_SIZE .globl _estack _estack: