From 0792640e43dce9daae799ba88f7f2cb4d4223230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 2 Oct 2018 02:26:43 +0200 Subject: [PATCH] more debug offsets --- Makefile.example-os | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.example-os b/Makefile.example-os index 4f199aa..d374311 100644 --- a/Makefile.example-os +++ b/Makefile.example-os @@ -8,19 +8,19 @@ offset_names = bytes_os_size \ bytes_iso_end \ bytes_fat12_start \ bytes_fat12_end \ + bytes_zip_size \ bytes_zip_start \ bytes_zip_end \ zip_byte_before_gpt \ + bytes_gpt_mirror_size \ bytes_gpt_mirror_start \ - bytes_gpt_mirror_end \ - bytes_gpt_header_mirror_start + bytes_gpt_header_mirror_start \ + bytes_gpt_mirror_end more_offset_names = ${offset_names} \ bytes_fat12_size \ - bytes_gpt_mirror_size \ bytes_header_32k_size \ bytes_iso_size \ - bytes_zip_size \ sectors_fat12_size \ sectors_fat12_start \ sectors_gpt_mirror_size \