Revision f2661062f16b2de5d7b6a5c42a9a5c96326b8454 authored by Linus Torvalds on 23 June 2024, 21:08:54 UTC, committed by Linus Torvalds on 23 June 2024, 21:08:54 UTC
1 parent 7c16f0a
Raw File
payload.ld
/* SPDX-License-Identifier: GPL-2.0 */
SECTIONS
{
        .payload16 0 : {
                guest16 = .;
                guest16.o(.text)
                guest16_end = .;
        }
}
back to top