summaryrefslogtreecommitdiff
path: root/bootasm.S
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-09-08 14:36:44 +0000
committerkaashoek <kaashoek>2006-09-08 14:36:44 +0000
commit8e1d1ec934d5ebcd4d8208f88857be12c8a97a06 (patch)
tree9df339c0bcd494c2e60f63650cac001c62b1ebd2 /bootasm.S
parent50f88503664aae07e22e3ed2575853e396f909b5 (diff)
downloadxv6-labs-8e1d1ec934d5ebcd4d8208f88857be12c8a97a06.tar.gz
xv6-labs-8e1d1ec934d5ebcd4d8208f88857be12c8a97a06.tar.bz2
xv6-labs-8e1d1ec934d5ebcd4d8208f88857be12c8a97a06.zip
some comment changes
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).