bootothers now in main

This commit is contained in:
rsc 2007-08-29 19:20:49 +00:00
parent bc54fa3915
commit febdc07c35

View file

@ -9,9 +9,9 @@
# CS limit set to 64KB; # CS limit set to 64KB;
# CPL and IP set to 0. # CPL and IP set to 0.
# #
# mp.c causes each non-boot CPU in turn to jump to start. # Bootothers (in main.c) starts each non-boot CPU in turn.
# mp.c puts the correct %esp in start-4, and the place to jump # It puts the correct %esp in start-4,
# to in start-8. # and the place to jump to in start-8.
# #
# 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