Skip to main content

Questions tagged [x86]

The processor architecture of most PCs and servers, including the 386/486/Pentium/… (IA-32) 32-bit family and the amd64 64-bit family. Most x86 processors are made by Intel or AMD.

1 vote
0 answers
25 views

On the x86 platform, the int 3 instruction causes a breakpoint trap. For KVM, the Virtual CPUs can be configured to exit to the hypervisor on this trap, by enabling the flags KVM_GUESTDBG_ENABLE and ...
David's user avatar
  • 11
1 vote
1 answer
66 views

I created a raw disk image with qemu-img and created an EFI and an EXT4 filesystem on it with losetup, fdisk, mkfs.vfat and mkfs.ext4. As a quick hack, because I couldn't find efi shell on the laptop ...
mltm's user avatar
  • 131
2 votes
0 answers
61 views

I have some troubles booting Linux Kernel from Das U-Boot on x86_64 UEFI Platform. I tried to use default efi application defconfig target (x86-app), with addition scsi, sata and some other config ...
Mr hard's user avatar
  • 21
0 votes
0 answers
30 views

I am working on a debugger and found an issue. I start at the beginning of the dynamic linker (this is a low-level debugger). At this address, I set it so that for a particular signal, the process ...
well-mannered-goat's user avatar
-1 votes
1 answer
68 views

I'm attempting to run 32 bit linux off of a usb for an old XP machine. There are important files on the computer's base drive, so formatting or partitioning isn't on the cards. So far I've tried AntiX ...
user30001709's user avatar
0 votes
1 answer
618 views

Recently, I tried installing Lutris and Wine on my machine (which uses Debian 12 as its operating system with a 64-bit architecture and Plasma for my desktop). First, I installed Wine via this guide ...
s12works's user avatar
5 votes
2 answers
1k views

If a CPU exception in kernel, such as bad memory access or invalid opcode, happens in the context of servicing a user process (like syscall or page-in), or in a kthread process, then, until ...
Elisa K. K.'s user avatar
1 vote
1 answer
292 views

I'm setting up NixOS 24.05 and I'm using the equivalent version of Home Manager. I'm trying to move the directory for GNUPG to $HOME/.local/share/gnupg also known as $XDG_DATA_HOME/gnupg. I know that ...
Hanna's user avatar
  • 11
0 votes
1 answer
334 views

My machine's architecture is x86_64 and I've cross-compiled arm64 assembly (from here) into an executable. However the binary is still runnable on my machine... how? Here are the outputs to the ...
arm.u's user avatar
  • 3
1 vote
1 answer
705 views

When trying to use screenshare with audio on vesktop, I got an error from the app that read "your c++ library is too old to run venmic", which prompted me to try and update it. I followed ...
linuxlife's user avatar
0 votes
1 answer
64 views

I recently built a workstation and am running into issues getting Linux to boot. After a lot of trial and error (because mostly the behavior I see is indefinite hangs) I think I've narrowed the issue ...
sherrellbc's user avatar
  • 2,601
0 votes
1 answer
408 views

My college provides a virtual machine (SliTaz VM, possibly an old Linux distro) to run veriluoc which is a software to design and simulate logic gates. The problem is that VM was designed to run on ...
Nil Oller 's user avatar
3 votes
1 answer
526 views

On x86-64 Linux, there are two options for running 32-bit applications: one can be built into the kernel itself via the option CONFIG_IA32_EMULATION (normally on for most kernels), and the other is ...
mcendu's user avatar
  • 133
0 votes
0 answers
311 views

I want to read the Intel iTCO watchdog registers on my Intel Lynx Point system. I found the watchdog here: [ 5598.341020] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point TCO device (Version=2, TCOBASE=...
defoe's user avatar
  • 153
75 votes
1 answer
10k views

(If the score of this question is 72, please don't upvote!) I ran this: cat /usr/bin/* | perl -ne 'map {$a{$_}++} split//; END{print map { "$a{$_}\t$_\n" } keys %a}' | grep --text . | ...
Ole Tange's user avatar
  • 37.6k

15 30 50 per page
1
2 3 4 5
16