#ifndef _BOOT_LIBBOOT_ABI_KERNEL_H #define _BOOT_LIBBOOT_ABI_KERNEL_H #include // Bootloaders and Kernel are tight together and share ABI in order // to run kernel, see docs/boot.md for more information. static size_t shadow_area_size() { return 4 << 20; } #endif // _BOOT_LIBBOOT_ABI_KERNEL_H