SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Macros | Functions
uimage.c File Reference
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <types.h>
#include <log.h>
#include "image_loader.h"
Include dependency graph for uimage.c:

Macros

#define KERNEL_CODE_OFFSET_IN_UIMAGE   0x40
 

Functions

int uImage_loader (uint8_t *addr, uint32_t *entry)
 

Macro Definition Documentation

◆ KERNEL_CODE_OFFSET_IN_UIMAGE

#define KERNEL_CODE_OFFSET_IN_UIMAGE   0x40

Function Documentation

◆ uImage_loader()

int uImage_loader ( uint8_t addr,
uint32_t entry 
)