v86d
v86d copied to clipboard
Userspace helper for uvesafb.
Results
1
v86d issues
Sort by
recently updated
recently updated
newest added
Building this with GCC 14.2.1, build fails with ``` ops2.c: In function ‘x86emuOp2_cpuid’: ops2.c:393:5: error: implicit declaration of function ‘cpuid’ [-Wimplicit-function-declaration] 393 | cpuid(); | ^~~~~ ``` (Adding `-Wno-error=implicit-function-declaration` to...