Index: kernel/arch/amd64/src/boot/multiboot2.S
===================================================================
--- kernel/arch/amd64/src/boot/multiboot2.S	(revision 17af882f644f6d312e05f3965cef1fececb99062)
+++ kernel/arch/amd64/src/boot/multiboot2.S	(revision cfb1217d7123cbca17cad6d3023e7274209f2e89)
@@ -49,4 +49,5 @@
 	
 	/* Information request tag */
+	.align 8
 	tag_info_req_start:
 		.word MULTIBOOT2_TAG_INFO_REQ
@@ -61,4 +62,5 @@
 	
 	/* Address tag */
+	.align 8
 	tag_address_start:
 		.word MULTIBOOT2_TAG_ADDRESS
@@ -72,4 +74,5 @@
 	
 	/* Entry address tag */
+	.align 8
 	tag_entry_address_start:
 		.word MULTIBOOT2_TAG_ENTRY_ADDRESS
@@ -80,4 +83,5 @@
 	
 	/* Flags tag */
+	.align 8
 	tag_flags_start:
 		.word MULTIBOOT2_TAG_FLAGS
@@ -89,4 +93,5 @@
 #ifdef CONFIG_FB
 	/* Framebuffer tag */
+	.align 8
 	tag_framebuffer_start:
 		.word MULTIBOOT2_TAG_FRAMEBUFFER
@@ -100,4 +105,5 @@
 	
 	/* Module alignment tag */
+	.align 8
 	tag_module_align_start:
 		.word MULTIBOOT2_TAG_MODULE_ALIGN
@@ -108,4 +114,5 @@
 	
 	/* Tag terminator */
+	.align 8
 	tag_terminator_start:
 		.word MULTIBOOT2_TAG_TERMINATOR
