Skip to content

Commit

Permalink
Fix mem issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Łukasik committed Oct 13, 2024
1 parent 8803692 commit eabe416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intf/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class BootInfo
boot_apm_table* apm_table;
boot_acpi* acpi;
boot_loader_physical_address* physical;
memory_map_entry* memory_entry[MEMORY_ENTRIES_LIMIT]{};
memory_map_entry* memory_entry[MEMORY_ENTRIES_LIMIT];
void log();
BootInfo() = default;
public:
Expand Down

0 comments on commit eabe416

Please sign in to comment.