diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-11 10:23:18 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-11 10:23:18 +0200 |
| commit | 56fcf152004c913bddd19b6eeac1f96eb2c9b869 (patch) | |
| tree | f5d757198ef15453f085df2d0ef6d2efe03b57d3 | |
| parent | f37c8cb8c86b73843b23d3690f1e251ec40a70b5 (diff) | |
Update EPM standard.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
| -rw-r--r-- | dev/ZKA/FirmwareKit/EPM.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/FirmwareKit/EPM.hxx b/dev/ZKA/FirmwareKit/EPM.hxx index 973d68ba..881735e0 100644 --- a/dev/ZKA/FirmwareKit/EPM.hxx +++ b/dev/ZKA/FirmwareKit/EPM.hxx @@ -111,7 +111,7 @@ struct PACKED _BOOT_BLOCK_STRUCT enum { - kEPMMpUx = 0xcf, // Embedded OS + kEPMEmbeddedOS = 0xcf, // Embedded OS kEPMLinux = 0x8f, // Linux on EPM kEPMBSD = 0x9f, // Berkeley Soft. Distribution kEPMNewOS = 0x1f, // This OS. |
