From: Frans Kaashoek Date: Wed, 9 Aug 2017 12:07:55 +0000 (-0400) Subject: Update comment to reflect xv6 doesn't have per-cpu segments anymore X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=3e392c728846ce491f3cc24ad266014d7d3cbce1;p=cs3210-lab0.git Update comment to reflect xv6 doesn't have per-cpu segments anymore --- diff --git a/trapasm.S b/trapasm.S index 2271d27..da8aefc 100644 --- a/trapasm.S +++ b/trapasm.S @@ -10,7 +10,7 @@ alltraps: pushl %gs pushal - # Set up data and per-cpu segments. + # Set up data segments. movw $(SEG_KDATA<<3), %ax movw %ax, %ds movw %ax, %es