xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0af9ab22c3468af477bf19af2871cef4e9bb074a
parent 615ab73fbd9838a96cef87381eaebac960705fc8
Author: Brian Swetland <swetland@frotz.net>
Date:   Wed,  1 Jan 2014 18:34:41 -0800

entry64: leave all non-cs segment descriptors 0

Diffstat:
Mkernel/entry64.S | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/kernel/entry64.S b/kernel/entry64.S @@ -135,8 +135,6 @@ entry64high: # ensure data segment registers are sane xor %rax, %rax mov %ax, %ss - - mov $0x10, %rax mov %ax, %ds mov %ax, %es mov %ax, %fs