diff options
author | rsc <rsc> | 2007-08-29 19:20:49 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-29 19:20:49 +0000 |
commit | febdc07c35a2a3e95a3525d2244951dd56a4872d (patch) | |
tree | 3a95d5b9720481f2485dbb3608fea8084eb39b36 | |
parent | bc54fa391561a4b4700184ad130452bd4d5d48a6 (diff) | |
download | xv6-labs-febdc07c35a2a3e95a3525d2244951dd56a4872d.tar.gz xv6-labs-febdc07c35a2a3e95a3525d2244951dd56a4872d.tar.bz2 xv6-labs-febdc07c35a2a3e95a3525d2244951dd56a4872d.zip |
bootothers now in main
-rw-r--r-- | bootother.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootother.S b/bootother.S index b4a3107..029e0ef 100644 --- a/bootother.S +++ b/bootother.S @@ -9,9 +9,9 @@ # CS limit set to 64KB; # CPL and IP set to 0. # -# mp.c causes each non-boot CPU in turn to jump to start. -# mp.c puts the correct %esp in start-4, and the place to jump -# to in start-8. +# Bootothers (in main.c) starts each non-boot CPU in turn. +# It puts the correct %esp in start-4, +# and the place to jump to in start-8. # # This code is identical to bootasm.S except: # - it does not need to enable A20 |