copy / v86

x86 PC emulator and x86-to-wasm JIT, running in the browser
https://copy.sh/v86/
BSD 2-Clause "Simplified" License
19.62k stars 1.37k forks source link

APIC capability #247

Open sirnewton01 opened 5 years ago

sirnewton01 commented 5 years ago

This is a really interesting project. I'm hoping to get a Plan 9 system running in it but it seems that Plan 9 requires an APIC for x86 in order to run and not just the basic Intel 8259 PIC. I wonder if other OSes might work if there is an emulated APIC.

BelleNottelling commented 5 years ago

I think there is partial support for APIC when you build it for ACPI, take a look at this: https://github.com/copy/v86/wiki/How-to-Compile-v86-(Both-for-embedded-use-and-with-the-GUI)#optional-build-flags