Skip to content
Snippets Groups Projects
Commit 3e392c72 authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

Update comment to reflect xv6 doesn't have per-cpu segments anymore

parent 6389d9d4
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment