diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-02 08:14:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 08:14:36 +0200 |
| commit | 5129ac16ddd5fb8362eb2fbd123e28d2b3e4c90f (patch) | |
| tree | 2fde230004e377f734983484f8e12fb0414a1668 /dev/boot/modules/BootNet/BootNet.h | |
| parent | 25dd194903b3ccfe4461fe189a04d902da93ac8f (diff) | |
| parent | 6c7e5ebc003a0bc4f98c23a8f9754b273a6e3a28 (diff) | |
Merge pull request #7 from amlel-el-mahrouss/dev
boot/net: rename Boot.S files, clarify EEPROM implication, and prep UDP read
Diffstat (limited to 'dev/boot/modules/BootNet/BootNet.h')
| -rw-r--r-- | dev/boot/modules/BootNet/BootNet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/modules/BootNet/BootNet.h b/dev/boot/modules/BootNet/BootNet.h index 2bf330df..aba7924f 100644 --- a/dev/boot/modules/BootNet/BootNet.h +++ b/dev/boot/modules/BootNet/BootNet.h @@ -27,7 +27,7 @@ typedef struct BOOTNET_INTERNET_HEADER Kernel::Char Name[kBootNetNameLen]; /// example: Modjo Kernel::Int32 Length; /// the patch length. Kernel::Char Target[kBootNetNameLen]; /// the target file. - Kernel::Boolean ImpliesEEPROM : 1; /// does it imply an EEPROM reprogram? + Kernel::Boolean ImpliesProgram : 1; /// does it imply an EEPROM reprogram? Kernel::Boolean Preflight : 1; /// is it a preflight packet. Kernel::Char Data[]; /// non preflight packet has a patch blob for a **PatchTarget** } ATTRIBUTE(packed) BOOTNET_INTERNET_HEADER; |
