Created by: jennifersmith94536
Allocate GDT statically in the .data section. Initialize two segments: flat 4G code (0x8) and data (0x10). Call set_up_gdt from the loader before going to kmain. Add .S rules to the makefile and drop arch/gdt.c
Signed-off-by: Jennifer Smith jennifersmith94536@gmail.com