Skip to main content

Questions tagged [x86]

In computing, x86 is the generic name given to the family (architecture) processors based on Intel 8086 by Intel Corporation.

-1 votes
0 answers
19 views

Booting IA32 (x86) EFI files on x86-64 firmware?

Just a simple question: Is it possible to boot IA32 EFI files on x86-64 (AMD64) firmware?
Hezzy's user avatar
  • 1
0 votes
1 answer
97 views

How do I fix the drivers not working on my HP Stream 7?

A HP Stream 7 needed reinstalling Windows 10. After the successful install, I noticed that several drivers are missing: Audio Wi-Fi Bluetooth Touchscreen Battery G-Sensors (Device Orientation) Micro-...
A-Tech's user avatar
  • 172
-1 votes
1 answer
410 views

What computers can read MS-DOS hard drives?

I have a G|Raid External Hard drive that is formatted as MS-DOS. I verified that by checking the file format on a Mac (it says MS-DOS). I know Macs can read APFS, but I tried plugging it into a ...
Jossie Calderon's user avatar
0 votes
1 answer
61 views

Understanding count of logical processing units in Qualcomm SOC

I have Qualcomm RB5 board. Its SOC spec sheet says following: CPU: Kryo 585 CPU, 64-bit, up to 2.84 GHz ISP: Qualcomm Spectra 480 ISP with Dual 14-bit image signal processing GPU Adreno 650 GPU w/ ...
RajS's user avatar
  • 251
0 votes
1 answer
707 views

How to install Farming Simulator 22 on Raspi with Linux?

There is a problem with the processor architecture... I guess that Farming Simulator 22 has x86-commands but the raspi hasn't. Is there any way to make farming simulator work on Linux? I have a CD-Rom,...
Peter Andres's user avatar
1 vote
2 answers
492 views

Where are Model-Specific Registers (MSRs) physically located?

Specifically talking about Intel MSRs, where are they physically located in the computer ? Are they inside the CPU just like other general purpose registers? Are they mapped to RAM ? To read/write an ...
Viaceslavus's user avatar
2 votes
0 answers
162 views

are page tables under utilized in x86 systems

I was recently looking at the page table architecture in x86 and x86-32 machines. x86-32 paging architecture: x86-64 paging architecture: In x86 for example, we use 10 bits as offset into the page ...
deepak arumugam's user avatar
0 votes
0 answers
391 views

Memory segmentation in 8086 microprocessor

I have just started reading a book about 8086 microprocessor assembly and the inner parts of a computer. In the chapter about memory, I read that in order to bridge the gap between the 20 bit address ...
jon doe's user avatar
  • 101
2 votes
2 answers
9k views

Can I emulate/virtualize Windows x86 in Apple ARM CPUs?

I have a Windows software that only runs in Windows x86 and my current computer has an Apple ARM M1 CPU. I can virtualize Windows 11 using ARM image in Parallels however, the software crashes. Is ...
Angel's user avatar
  • 141
0 votes
0 answers
156 views

0.39 ghz laptop CPU [duplicate]

Almost everytime I open my laptop and it wakes from sleep, the cpu clock is stuck at 0.39 ghz and I always have to wait for around 30 seconds for it to return to normal. I have a very good Asus laptop ...
YoyoPro's user avatar
1 vote
0 answers
335 views

Can different active cores of a desktop Intel x86 CPU run at different frequencies at the same time?

According to FAQ for Intel® Turbo Boost Technology, the turbo frequency is the same for all active cores. Intel's 8th and 9th Gen Datasheet, Volume 1 (PDF) also mentions that: All active processor IA ...
Wildcat's user avatar
  • 123
1 vote
1 answer
663 views

Wine-5.13: 0050:fixme:explorer:webbrowser_QueryInterface (...) interface not supported

When running Discord with Wine, the following errors occur: 00e0:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevationType, ...) semi-stub 00e0:fixme:ieframe:DllGetClassObject ...
Pythonic456's user avatar
0 votes
2 answers
2k views

How to burn a boot loader onto a USB drive (boot-loader as a .bin)

I have created a very small boot loader in assembly and am wanting to test it on my physical hardware and so I am using a USB drive to do this. I have converted the assembly to machine code and to a ....
cdecde57's user avatar
0 votes
0 answers
21 views

What is the Difference Between 1Ghz Mobile Processor and 1Gzh Pc pocessor? [duplicate]

What is the difference between a 1Ghz ARM mobile processor and a 1Ghz x86 processor?. I mean both are 1Ghz right. Then how is it differs in performance other than the architecture?. why if we compile ...
Just a curious idiot's user avatar
1 vote
1 answer
193 views

Why aren't CPU instructions decoded before the program runs?

What is it about the decoding step of the instruction cycle that prevents it from being done ahead of time? The Intel 64 manual says things like "decodes instructions into micro-operations". ...
Matt Kleinsmith's user avatar

15 30 50 per page
1
2 3 4 5
10