/
Dimasick-git
/
RCU
Обзор
Документация
Войти
/
Dimasick-git
/
RCU
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Source/fatal_handler_payload/fatal_handler/link.ld
25 строк
351 B
Dimasick-git
Add Horizon-OC source code and compiled binaries
20 май 2026, 01:44
20 май 2026, 01:44
a63c916
Код
Авторство
О чём код?
ENTRY(_start) SECTIONS { PROVIDE(__ipl_start = IPL_LOAD_ADDR); . = __ipl_start; .text : { *(.text._start); KEEP(*(._boot_cfg)); KEEP(*(._ipl_version)); *(.text._irq_setup); *(.text*); } .data : { *(.data*); *(.rodata*); } . = ALIGN(0x10); __ipl_end = .; .bss : { __bss_start = .; *(COMMON) *(.bss*) __bss_end = .; } }