From c675b3994ce5eb3dcd789c298e4ac58b91701060 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Fri, 17 Jul 2015 17:50:28 +0400 Subject: [PATCH] Change commentary --- bootloader/bootloader.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootloader/bootloader.asm b/bootloader/bootloader.asm index 8009ff0..25b9a46 100644 --- a/bootloader/bootloader.asm +++ b/bootloader/bootloader.asm @@ -1,10 +1,11 @@ +;Start 16 BITS bootloader program [BITS 16] -;Save the first adress in with start label +;Save the first adress with a label to complete the MBR at the end. start: ;Init CPU registers -mov ax, 0x0C70 +mov ax, 0x0C70 ;Put bootloader adress in ax register mov ds, ax ;Init data segment ;Complete the MBR with nothing