diff options
author | Frans Kaashoek <[email protected]> | 2011-09-01 10:25:20 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2011-09-01 10:25:20 -0400 |
commit | e25b74ca8069e340c3f2c267d09beed6d9328250 (patch) | |
tree | 81489f3133ad678a0ccd9ff4e0afcffd84cc6173 /entryother.S | |
parent | 15997d58497f4c716c227787acf9591439e5fe9c (diff) | |
download | xv6-labs-e25b74ca8069e340c3f2c267d09beed6d9328250.tar.gz xv6-labs-e25b74ca8069e340c3f2c267d09beed6d9328250.tar.bz2 xv6-labs-e25b74ca8069e340c3f2c267d09beed6d9328250.zip |
Fix layout issues for printed version
Diffstat (limited to 'entryother.S')
-rw-r--r-- | entryother.S | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/entryother.S b/entryother.S index 1dfbb1a..a24eaf6 100644 --- a/entryother.S +++ b/entryother.S @@ -12,11 +12,10 @@ # at an address in the low 2^16 bytes. # # Bootothers (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. -# +# 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. # # This code is identical to bootasm.S except: # - it does not need to enable A20 |