提交 310edc99 创建 作者: Austin Clements's avatar Austin Clements

Fix stale comments in entryother.S

上级 2fc6c35b
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
# Because this code sets DS to zero, it must sit # Because this code sets DS to zero, it must sit
# at an address in the low 2^16 bytes. # 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 # 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 # 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 # 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: # This code is identical to bootasm.S except:
# - it does not need to enable A20 # - it does not need to enable A20
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论