From bf67de78c26c6f6e585f11899591f61da5a2c3d8 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 8 Jul 2014 17:15:01 +0200 Subject: added some comments and cleaned up the .asm files --- boot/mbr.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot/mbr.asm') diff --git a/boot/mbr.asm b/boot/mbr.asm index 1e7c53d..a04b759 100644 --- a/boot/mbr.asm +++ b/boot/mbr.asm @@ -5,6 +5,8 @@ ; Copyright 2014 M.Idziorek ; ; we have just been loaded by the BIOS and are in 16-bits real mode! +; THIS IS THE CENTRAL FILE OF THE BOOTLOADER, after we finished we +; are inside the C kernel! ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.3