SuperMaxusa
SuperMaxusa
Якщо я правильно розумію, то `\w` обмежується тільки діапазоном символів `[A-Za-z0-9_]`: https://en.wikipedia.org/wiki/Regular_expression#Character_classes Скоріше за все, краще залишити **"Hello, world!"**, як це зроблено в [оригінальному перекладі](https://github.com/javascript-tutorial/en.javascript.info/blob/285083fc71ee3a7cf55fd8acac9c91ac6f62105c/9-regular-expressions/17-regexp-methods/article.md?plain=1#L286-L291)  > Я б вніс...
probably, this is a https://jira.reactos.org/browse/CORE-10496. From my tests, nor [driver for VMWare SB16](https://github.com/reactos/rapps-db/blob/master/sbforvmware.txt), nor official driver, not extracted driver from XP (see https://learn.microsoft.com/en-us/archive/blogs/virtual_pc_guy/how-to-get-sound-working-under-windows-server-2003-in-virtual-pc) doesn't find a sound card, unfortunately.
> while for 32bit targets (compiled with -m32 and -O3) gcc seems to just use x87 instructions like fadd. Can you try to add `-mfpmath=sse` to compiler parameters (see https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/x86-Options.html)?...
> I believe most 32bit distros target i686 so it should mean sse shouldn't be present in distro packages since i686/pentiumpro didn't have sse either way In ArchLinux32 only i486...
@Darin755 As far as I understand, this rootfs can be used as an initramfs, for example, as described here: https://gist.github.com/gdamjan/1f260b58eb9fb1ba62d2234958582405 I found one implementation (https://github.com/xming/alpine-v86), but it uses an old...
I also tried to install on QEMU but there is a problem. --- As far as I understand, need first install the **PCI Bus** driver through the **Device Manager** for...
#395 and https://github.com/copy/v86/issues/831#issuecomment-1498688296 > it tries to get a QWERTY-reliant value, which doesn't happen with "key" and the deprecated "keyCode". v86 uses [event.code](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code), that uses standard QWERTY physical keys layout...
According to [kernel sources](https://github.com/DayDun/CarlOS/blob/3e6ead1b446ea99dc0d6fa3de3b418a78a3a8677/src/kernel.asm#L9-L16), it's a [multiboot image](https://www.gnu.org/software/grub/manual/multiboot/multiboot.html). Did you try to load image with multiboot option? (~~now not available on v86 demo~~ sorry, I got it wrong, available on...
Did you install VBEMP (if guest OS is Windows 9x) or other driver?
Cool! Just for interest: what version of DirectX do you have installed? (you can check this in `dxdiag`) I have tested on Windows 95 OSR2.5 and DirectX 7, Trial version...