688 + *(.gcc_except_table) 689 + . = ALIGN(4K); 690 + } 686 691 } 687 692 ``` 688 693 Instead of page aligning the `.multiboot_header` section, we merge it into the `.rodata` section. That way, we don't waste a whole page for the few bytes of the Multiboot he...