![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <types.h>
Classes | |
| struct | boot_file_head |
Macros | |
| #define | BROM_FILE_HEAD_SIZE_OFFSET (((sizeof(boot_file_head_t) + sizeof(int)) / sizeof(int) + 1)) |
| #define | JUMP_INSTRUCTION (BROM_FILE_HEAD_SIZE_OFFSET | 0xEA000000) |
| #define | BOOT0_MAGIC "eGON.BT0" |
| #define | STAMP_VALUE (0x12345678) |
| #define | BOOT_PUB_HEAD_VERSION "3000" |
Typedefs | |
| typedef struct boot_file_head | boot_file_head_t |
Functions | |
| const | __attribute__ ((section(".boot0_head"))) |
Variables | |
| uint32_t | __spl_size [] |
| uint32_t | __code_start_address [] |
| #define BOOT0_MAGIC "eGON.BT0" |
| #define BOOT_PUB_HEAD_VERSION "3000" |
| #define BROM_FILE_HEAD_SIZE_OFFSET (((sizeof(boot_file_head_t) + sizeof(int)) / sizeof(int) + 1)) |
| #define JUMP_INSTRUCTION (BROM_FILE_HEAD_SIZE_OFFSET | 0xEA000000) |
| #define STAMP_VALUE (0x12345678) |
| typedef struct boot_file_head boot_file_head_t |
| const __attribute__ | ( | (section(".boot0_head")) | ) |
|
extern |
|
extern |