aboutsummaryrefslogtreecommitdiff
path: root/src/boot/boot.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/boot.S')
-rw-r--r--src/boot/boot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/boot.S b/src/boot/boot.S
index 469cc82..77b04c0 100644
--- a/src/boot/boot.S
+++ b/src/boot/boot.S
@@ -44,7 +44,7 @@ MB_INFO:
.int 0xABCDEF # Will contains the Multiboot2 information data structure address
_start:
-mov %ebx, (MB_INFO)
+mov %ebx, (MB_INFO) # Store Bootloader informations address
# Copy GDT into memory then load its register
call gdt_memcpy