python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Access to virtualization exception area inside a guest OS
I am currently implementing a solution that utilizes the Virtualization exception #VE in Intel CPUs. My code enables #VE in KVM so the guest OS can handle it.
According to Intel SDM though, the inform...
silentnights
Votes: 0
Answers: 0
What is False Dependency in CPU?
Can someone help me understand what "false dependency" means?
My professor just explained in this slide why we can't run command 3 before command 1, but why later he called it "False&qu...
David
Votes: 0
Answers: 1
CPU for Polkadot validator
I want to build validator node for staking in Polkadot. In hardware requirements specified 7700k. Is it possible to set up Intel Xeon E5-2650 v2 instead of Intel Core 7700k
Recommended configuration: ...

ur_0s
Votes: 0
Answers: 0
Binding PIT, PIC and IVT together to get a sleep() function
I have decided to write a small program to check, if I am able to implement a sleep function in a real mode app. Thats, what I did:
Added an IRQ_0 handler function to the address at 0x0000:0x80, corr...

adivanced
Votes: 0
Answers: 1