Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Coding in x86 - compiler code generation

compiler-construction x86

Could someone explain about large fs:0?

Is it possible to assign parts of the shared L2 caches to different cores

c linux x86 multicore

Optimize socket data transfer over loopback wrt NUMA

linux-kernel x86 x86-64 dma numa

Best way to compute max mask of sse var

c inline assembly loading a register value to esp register

How can you calculate a factor if you have the other factor and the product with overflows?

c++ c x86 dword

how is CPU physical address space mapped to physical DRAM?

Why modifying an instruction cause huge i-cache and i-TLB misses on x86?

When does stack grow? How does OS know when to grow stack?

c assembly memory x86 abi

How can I transpose an image in Assembly?

Using LLDT and configuring the GDT for it

assembly x86 nasm osdev

Ignoring a system call

c linux gcc x86 ptrace

Reference for x86 instructions by functionality

Cannot access memory as SSE type on x86 but works fine on x64

c++ x86 sse

How to call cpuid instruction in a Mac framework?

xcode macos assembly x86 cpuid

How to compile Android AOSP for x86

android x86 android-source

How can I exchange the middle two 64 bits in a 256 bit AVX(YMM) register

x86 simd avx

x86 hardware Interrupt is not working on qemu

c x86 kernel qemu

Is placing code and read-only data it uses right next to each other a good idea?