NeKernel dev
Loading...
Searching...
No Matches
BootNet.h File Reference
#include <NeKit/Config.h>

Go to the source code of this file.

Classes

struct  _BOOTNET_INTERNET_HEADER
 Netboot Internet Header Consists of 4 magic characters, and a set of fields describing the current patch that's being sent (if m_preflight = 0). More...

Macros

#define kBootNetINetMagic   "ONET"
#define kBootNetINetMagicLength   (4)
#define kBootNetVersion   (0x001)
#define kBootNetNameLen   (256U)

Typedefs

typedef struct _BOOTNET_INTERNET_HEADER BOOTNET_INTERNET_HEADER
 Netboot Internet Header Consists of 4 magic characters, and a set of fields describing the current patch that's being sent (if m_preflight = 0).
using BOOTNET_INTERNET_HEADER_PTR = BOOTNET_INTERNET_HEADER*

Macro Definition Documentation

◆ kBootNetINetMagic

#define kBootNetINetMagic   "ONET"

◆ kBootNetINetMagicLength

#define kBootNetINetMagicLength   (4)

◆ kBootNetNameLen

#define kBootNetNameLen   (256U)

◆ kBootNetVersion

#define kBootNetVersion   (0x001)

Typedef Documentation

◆ BOOTNET_INTERNET_HEADER

Netboot Internet Header Consists of 4 magic characters, and a set of fields describing the current patch that's being sent (if m_preflight = 0).

Note
Can be used to patch ROMs too (if ImpliesProgram = 1)

◆ BOOTNET_INTERNET_HEADER_PTR