]> Devi Nivas Git - cs3210-lab0.git/commitdiff
Fix stale comments in entryother.S
authorAustin Clements <amdragon@mit.edu>
Sun, 4 Sep 2011 19:56:16 +0000 (15:56 -0400)
committerAustin Clements <amdragon@mit.edu>
Sun, 4 Sep 2011 19:56:16 +0000 (15:56 -0400)
entryother.S

index a24eaf6ee3460ef7895c99c5b54b76934ebd8a18..9f94cd3772625196bda3b228ac452eb57b1524b1 100644 (file)
 # Because this code sets DS to zero, it must sit
 # at an address in the low 2^16 bytes.
 #
-# Bootothers (in main.c) sends the STARTUPs one at a time.
+# Startothers (in main.c) sends the STARTUPs one at a time.
 # It copies this code (start) at 0x7000.  It puts the address of
 # a newly allocated per-core stack in start-4,the address of the
 # place to jump to (mpenter) in start-8, and the physical address
-# of enterpgdir in start-12.
+# of entrypgdir in start-12.
 #
 # This code is identical to bootasm.S except:
 #   - it does not need to enable A20