1 files changed, 1 insertions, 1 deletions
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 |