thesis/linux-6.8.1/samples/acrn/payload.ld
2025-03-19 13:44:23 +01:00

9 lines
182 B
Text

/* SPDX-License-Identifier: GPL-2.0 */
SECTIONS
{
.payload16 0 : {
guest16 = .;
guest16.o(.text)
guest16_end = .;
}
}