Squash commits for public release
This commit is contained in:
11
boot/libboot/abi/kernel.h
Normal file
11
boot/libboot/abi/kernel.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _BOOT_LIBBOOT_ABI_KERNEL_H
|
||||
#define _BOOT_LIBBOOT_ABI_KERNEL_H
|
||||
|
||||
#include <libboot/types.h>
|
||||
|
||||
// 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
|
||||
Reference in New Issue
Block a user