diff --git a/include/protocol.h b/include/protocol.h index 784714e..8fac154 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -2,8 +2,8 @@ #pragma once #define YB_CMDLINE_SIZE 256 -#define YB_KERNEL_MAGIC_V1 {0x07, 0xB0, 0x07, 0xB0, 0xA9, 0x97, 0xA1, 0x00} -#define YB_LOADER_MAGIC_V1 {0x1A, 0x79, 0x9A, 0x0B, 0x70, 0x0B, 0x70, 0x00} +#define YB_KERNEL_MAGIC_V1 0x00A197A9B007B007 +#define YB_LOADER_MAGIC_V1 0x00700B700B9A791A #define YB_FLAG_VIDEO (1 << 0) #define YB_FLAG_INITRD (1 << 1)