commit 1331f4ae9913103a390894aa8626d72ea38e81a5
parent 41bd6754c8166456d1913516ab8739d280edc6b9
Author: k4m1 <df@elisanet.fi>
Date: Fri, 6 Jul 2018 13:45:23 +0300
cleaned comments
Diffstat:
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/boot.s b/src/boot.s
@@ -1,5 +1,6 @@
; ============================================================================ ;
-; The entrypoint for bootloader. ;; ============================================================================ ;
+; The entrypoint for bootloader. ;
+; ============================================================================ ;
bits 16
align 4
@@ -31,8 +32,9 @@ _entry:
mov sp, 0x7c00
; ============================================================================ ;
-; We'll load 2nd stage of bootloader with BIOS interrupts
-; (int 13h, ah=2)
+; We'll load 2nd stage of bootloader with BIOS interrupts ;
+; (int 13h, ah=2) ;
+; ============================================================================ ;
load_2nd_stage:
sti