mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-17 09:44:26 +00:00
9 lines
182 B
Text
9 lines
182 B
Text
/* SPDX-License-Identifier: GPL-2.0 */
|
|
SECTIONS
|
|
{
|
|
.payload16 0 : {
|
|
guest16 = .;
|
|
guest16.o(.text)
|
|
guest16_end = .;
|
|
}
|
|
}
|