![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <types.h>

Go to the source code of this file.
Classes | |
| struct | linux_zimage_header_t |
Macros | |
| #define | LINUX_ZIMAGE_MAGIC 0x016f2818 |
Functions | |
| int | zImage_loader (uint8_t *addr, uint32_t *entry) |
| int | bImage_loader (uint8_t *addr, uint32_t *entry) |
| int | uImage_loader (uint8_t *addr, uint32_t *entry) |
| #define LINUX_ZIMAGE_MAGIC 0x016f2818 |