/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/arch/x86/core/stack16.S
15 строк
378 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 /**************************************************************************** * Internal stack **************************************************************************** */ .section ".stack16", "aw", @nobits .balign 8 .globl _stack16 _stack16: .space 4096 .globl _estack16 _estack16: