/
niceSOFT
/
systemd
Обзор
Документация
Войти
/
niceSOFT
/
systemd
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/boot/linux.h
17 строк
540 B
Daan De Meyer
tree-wide: standardize header names across src/fundamental, src/basic and src/shared
21 май 2026, 04:33
21 май 2026, 04:33
74d392e
Код
Авторство
О чём код?
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include "efi.h" #include "iovec-util.h" EFI_STATUS linux_exec( EFI_HANDLE parent, const char16_t *cmdline, const struct iovec *kernel, const struct iovec *initrd); EFI_STATUS linux_exec_efi_handover( EFI_HANDLE parent, const char16_t *cmdline, const struct iovec *kernel, const struct iovec *initrd, size_t kernel_size_in_memory);