SuperMaxusa

Results 115 comments of SuperMaxusa

> I even tried the -no-acpi option which should work cus I don't use qemu 8 or 9 For QEMU, option `-no-acpi` is no needed. Maybe that it's a problem...

> the kernel is open I believe you might be able to compile in ne2k_pci Probably yes, if it's still possible to get the source code for this version

* [Nope OS](https://github.com/d99kris/nopeos) - works fine * [soso](https://github.com/ozkl/soso) - also works fine * (not in that list) [PC-MOS/386](https://github.com/roelandjansen/pcmos386v501/tree/master/IMAGES) - also works fine * (not in that list) [JX Demo](https://www4.cs.fau.de/Projects/JX/index.html) -...

> when I type the letter `p`, `o` is written. Is it just me? Maybe it's a bug in soso because it also appears in QEMU. UPD: there is a...

> * Compile a kernel without the nmi selftest I recompiled Alpine Linux edge kernel without `CONFIG_DEBUG_NMI_SELFTEST` (**virt**: [iso](https://mega.nz/file/Vh03gKTJ#Of9qHD15omX7Fr8B2t1JsztTwNYvTPD3iQTuKbJSoWg), [package](https://mega.nz/file/Fp9lXbKQ#mZG_aQn5WiFON0yMZLnWQOtI7ekfkyQEKZO1N5nzFxw), **lts**: [package](https://mega.nz/file/wxMGxALT#hijaL3WB4cq-Qh5-lVhdMPUVC6eFdaY4VjKVIIv5SaU)), and it's worked in Firefox 122.0.1 (Windows) on...

Can you try `apk add linux-firmware-sb16` and https://github.com/copy/v86/issues/616#issuecomment-1035658629?

Sorry, I have confused with **sb16** and **sb16-dsp** I have no luck with compiling just snd-sb16 module without whole kernel build (I tried `make M=sound/isa/sb`)

from https://github.com/copy/v86/issues/870#issuecomment-1573474897: > Or even in localStorage. I have some doubts that **localStorage** is not particularly suitable for this, because there is a maximum limit of [5 MB per webpage](https://developer.mozilla.org/en-US/docs/Web/API/Storage_API/Storage_quotas_and_eviction_criteria#web_storage)....

On v86, you can only do software rendering. Most likely, you need this project: https://github.com/JHRobotics/softgpu (this is SW accelerated driver DirectX and OpenGL for W9x), but I'm not sure if...

Hello, may I ask: does your game require **DirectX 5** or **DirectDraw 5**? Here I mentioned above issue where Age Of Empires II was running on v86 which required [DirectDraw...