Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Low performance with CLWB (cacheline write-backs) to same location vs. cycling through a few lines

c++ performance memory x86 intel

GCC seems to prefer small immediate values in comparisons. Is there a way to avoid that?

Sort an array via x86 Assembly (embedded in C++)?? Possible?

Theory behind bootloader [closed]

x86 ASM Linux - Creating a loop

string assembly x86 nasm

How to intercept API method calls in a 64bit process?

Segfault shows up only in GDB

Calling C++ member function with reference argument from asm

c++ assembly x86

How write to stdout using assembly?

assembly x86 stdout freebsd

AT&T to Intel assembly converter

assembly x86

Why doesn't Linux follow Unix syscall conventions?

c linux unix assembly x86

Using 32bit .so file in a 64bit environment

linux qt x86 64-bit qt4

Is address 0xFFFFFFF0 hardwired for system BIOS ROM?

memory x86 cpu boot bios

x86 PIC, is it correct for QEMU to raise interrupts on all CPUs?

x86 pic qemu kvm apic

Does the loop variable type affect efficiency when used to index arrays?

How to compile Cmake file with Android.mk?

android c++ x86 cmake arm

context of linux kernel threads

What is the kernel timer system and how is it related to the scheduler?

x86 reserved EFLAGS bit 1 == 0: how can this happen?

what does "outb" in AT&T asm mean?