Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-segmentation

Do the x86 segment registers have special meaning/usage on modern CPUs and OSes?

Is a mov to a segmentation register slower than a mov to a general purpose register?

Why can't mov set CS, the code segment register, even though it can set others?

Is segmentation completely not used in x64?

CONCEPT OF MOV AX,CS and MOV DS,AX

How does assembler compute segment and offset for symbol addresses?

debugging segment register FS using GDB [duplicate]

Thread local real usage of the underlying segment registers

Segmentation registers use

Segment size in x86 real mode

Paging or segmentation for virtual memory, which is better?

How does x86 real-mode segments overlap help memory saving?

Detail about MSR_GS_BASE in linux x86 64

FS register in Win32

Does Each program has its own separate segments (code, stack, data) in memory?

x86-64 and far calls / jumps

x86 segment descriptor layout - why is it weird?

Is the address checked by the memory alignment check mechanism a effective address, a linear address or a physical address?

What would happen if the CS segment register is changed? (And how would you do so?)

Should using MOV instruction to set SS to 0x0000 cause fault #GP(0) in 64-bit mode?