Load ds, es, fs, gs with SEG_DPL0_DATA after setting up the GDT.
commitbe6f1b48d2fdd82b94d4b48cc1c6c0c52674a142
authorJoshua Phillips <jp.sittingduck@gmail.com>
Sun, 25 Jan 2009 15:51:38 +0000 (25 15:51 +0000)
committerJoshua Phillips <jp.sittingduck@gmail.com>
Sun, 25 Jan 2009 15:51:38 +0000 (25 15:51 +0000)
tree980744a157665b07d18480e70ca34667c8611121
parentb436a0795cd20179d6d7d5202fec372f3102c262
Load ds, es, fs, gs with SEG_DPL0_DATA after setting up the GDT.

This means we don't have to fiddle with them in the ISRs and in enter_task.
kernel/gdt.c
kernel/isr.asm
kernel/task-switch.asm