summaryrefslogtreecommitdiff
path: root/bootasm.S
diff options
context:
space:
mode:
Diffstat (limited to 'bootasm.S')
-rw-r--r--bootasm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootasm.S b/bootasm.S
index 9f03c4d..aa462b9 100644
--- a/bootasm.S
+++ b/bootasm.S
@@ -5,7 +5,7 @@
.set CR0_PE_ON,0x1 # protected mode enable flag
#########################################################################
-# ENTRY POINT
+# ENTRY POINT for the bootstrap processor
# This code should be stored in the first sector of the hard disk.
# After the BIOS initializes the hardware on startup or system reset,
# it loads this code at physical address 0x7c00 - 0x7d00 (512 bytes).