mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
16 lines
338 B
ArmAsm
16 lines
338 B
ArmAsm
FILE_LICENCE ( GPL2_OR_LATER )
|
|
|
|
.arch i386
|
|
|
|
/****************************************************************************
|
|
* Internal stack
|
|
****************************************************************************
|
|
*/
|
|
.section ".stack16", "aw", @nobits
|
|
.align 8
|
|
.globl _stack16
|
|
_stack16:
|
|
.space 4096
|
|
.globl _estack16
|
|
_estack16:
|