From 5ba212fe7123d454414f64d42ec7ff0822458c13 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sat, 25 Feb 2023 07:26:22 +0100 Subject: ANSI C: // -> /* */ --- kernel/include/multiboot2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/include/multiboot2.h') diff --git a/kernel/include/multiboot2.h b/kernel/include/multiboot2.h index 5891a56..c427f3a 100644 --- a/kernel/include/multiboot2.h +++ b/kernel/include/multiboot2.h @@ -55,10 +55,10 @@ typedef struct mmap_t mmap_t; extern mmap_t mmap; -// multiboot2 magic check +/* multiboot2 magic check */ #define MB2_MAGIC 0x36D76289 -// multiboot2 tag +/* multiboot2 tag */ #define MB2_TAG_END 0 #define MB2_TAG_CMDLINE 1 #define MB2_TAG_BOOTLOADER 2 -- cgit v1.2.3