From a1ef3f7566876bbaeb1f7b734de1187fc5d38078 Mon Sep 17 00:00:00 2001 From: TomAwezome Date: Sat, 20 Aug 2022 10:32:39 -0400 Subject: [PATCH] Fix merge broke zealbooter compile. --- zealbooter/zealbooter.c | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/zealbooter/zealbooter.c b/zealbooter/zealbooter.c index 2556a3b7..f67bf09e 100644 --- a/zealbooter/zealbooter.c +++ b/zealbooter/zealbooter.c @@ -18,21 +18,6 @@ static volatile struct limine_memmap_request memmap_request = { .revision = 0 }; -struct CZXE { - uint16_t jmp; - uint8_t module_align_bits; - uint8_t reserved; - uint32_t signature; - int64_t org; - int64_t patch_table_offset; - int64_t file_size; -}; - -struct CDate { - uint32_t time; - int32_t date; -}; - #define MEM_E820_ENTRIES_NUM 48 #define MEM_E820T_USABLE 1 @@ -42,12 +27,6 @@ struct CDate { #define MEM_E820T_BAD_MEM 5 #define MEM_E820T_PERM_MEM 7 -struct CMemE820 { - uint8_t *base; - int64_t len; - uint8_t type, pad[3]; -}; - struct CGDTEntry { uint64_t lo, hi; };