v86 icon indicating copy to clipboard operation
v86 copied to clipboard

APIC capability

Open sirnewton01 opened this issue 7 years ago • 1 comments

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.

sirnewton01 avatar Oct 03 '18 11:10 sirnewton01

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

BelleNottelling avatar Oct 09 '18 17:10 BelleNottelling