Search code examples
Triple fault when jumping to long mode x86_64...


assemblysegmentation-faultx86-64osdevgdt

Read More
OS & Assembly: What prevents user mode from setting selector to arbitrary value?...


assemblyx86operating-systemmemory-segmentationgdt

Read More
bochs: fetch_raw_descriptor: GDT: index (bf) 17 > limit (17)...


assemblyx86osdevbochsgdt

Read More
Changing segments to Ring3(user) from Ring0(kernel) results in segmentation fault...


assemblyx86osdevmemory-segmentationgdt

Read More
Read value of GDTR...


assemblygccx86inline-assemblygdt

Read More
Why does my inline assembly code cause a triple fault?...


gccx86inline-assemblyosdevgdt

Read More
I failed in switching the cpu from real-mode to protected-mode...


assemblyprotected-modembrreal-modegdt

Read More
enabling paging leads to triple fault...


cnasmpaginggdt

Read More
What are the sizes of GDTR, LDTR, IDTR and TR registers?...


x86nasmcpu-architecturecpu-registersgdt

Read More
Why does this assembly code does more than just lgdt?...


assemblyx86-64nasmosdevgdt

Read More
Use of gs register on a 32 bit program over a 64 bit linux...


linuxassemblyx86memory-segmentationgdt

Read More
Is there a convention for how Global Descriptor Table entries should be laid out?...


x86kernelosdevmemory-segmentationgdt

Read More
Assempler - PC crashes after execution of LGDT instruction...


assemblyx86bootloaderosdevgdt

Read More
Why in xv6 there's sizeof(gdt)-1 in gdtdesc...


assemblyx86operating-systemxv6gdt

Read More
Ask for clarification about "the segment registers continue to point to the same linear address...


segmentdescriptori386protected-modegdt

Read More
Triple fault when loading the GDT...


rustoperating-systemgdt

Read More
Qemu is infinitely rebooting when setting GDT...


assemblyx86osdevfasmgdt

Read More
Triple fault on interrupts...


cassemblyx86osdevgdt

Read More
What is the modern usage of the global descriptor table(GTD)?...


linuxoperating-systemgdt

Read More
What does the "D" stand for in 386's "D bit"?...


assemblyx86terminologymemory-segmentationgdt

Read More
If LDT does not exist in 64-bit architecture how are 32-bit systems that use it emulated on a 64-bit...


assemblyx86x86-64instruction-setgdt

Read More
What will happen if the GDT is changed as the program is executing?...


assemblyx86protected-modegdt

Read More
How is a GDT invoked?...


assemblymemoryx86osdevgdt

Read More
How can I initialise the GDT?...


x86kernelosdevlinker-scriptsgdt

Read More
Bochs GDT Segment limit is shifted left 3 times in hex and 0xFFF is added. Is this normal?...


assemblyx86osdevbochsgdt

Read More
Which segment descriptor does Intel assembly command "sgdt" returns...


assemblyx86osdevgdtmultiboot

Read More
How to update Data Segment Selector in Protected mode...


assemblyx86intelgdt

Read More
Can there be multiple segment descriptors for one segment?...


x86x86-64hardwareintelgdt

Read More
Why aren't bits 11 and 12 of a segment descriptor grouped together?...


x86x86-64hardwareintelgdt

Read More
How are segment types distinguished from one another?...


x86x86-64hardwareintelgdt

Read More
BackNext