diff options
author | kaashoek <kaashoek> | 2006-09-08 14:36:44 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-09-08 14:36:44 +0000 |
commit | 8e1d1ec934d5ebcd4d8208f88857be12c8a97a06 (patch) | |
tree | 9df339c0bcd494c2e60f63650cac001c62b1ebd2 /bootasm.S | |
parent | 50f88503664aae07e22e3ed2575853e396f909b5 (diff) | |
download | xv6-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.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |