From e25b74ca8069e340c3f2c267d09beed6d9328250 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Thu, 1 Sep 2011 10:25:20 -0400 Subject: Fix layout issues for printed version --- entryother.S | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'entryother.S') 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 -- cgit v1.2.3