From da44113b0200161a8826ec6292af111e9292c3d1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 15 Jan 2025 10:24:53 +0100 Subject: ADD: Patches to NeFS, only FindFork to fix now. Signed-off-by: Amlal El Mahrouss --- dev/Boot/Mod/NetBoot/NetBoot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/Boot/Mod/NetBoot/NetBoot.h') diff --git a/dev/Boot/Mod/NetBoot/NetBoot.h b/dev/Boot/Mod/NetBoot/NetBoot.h index 00f15aad..284ea5d5 100644 --- a/dev/Boot/Mod/NetBoot/NetBoot.h +++ b/dev/Boot/Mod/NetBoot/NetBoot.h @@ -11,7 +11,7 @@ #include -#define kNetBootINetMagic "NETB" +#define kNetBootINetMagic "NETB" #define kNetBootINetMagicLength 4 /// @brief the internet header is used to download updates OTA. @@ -26,6 +26,6 @@ typedef struct NetBootInternetHeader Kernel::Int32 PatchLength; /// the patch length. Kernel::Char PatchTarget[255]; /// the target file. Kernel::Boolean ImpliesROM; /// does it imply an EEPROM reprogram? - Kernel::Boolean Preflight; /// is it a preflight packet. - Kernel::Char Data[]; /// non preflight packet has a patch blob for a **PatchTarget** + Kernel::Boolean Preflight; /// is it a preflight packet. + Kernel::Char Data[]; /// non preflight packet has a patch blob for a **PatchTarget** } NetBootInternetHeader; -- cgit v1.2.3