SuperMaxusa

Results 38 comments of SuperMaxusa

Note: my previous test was tested on loaded from browser hard drive image, on 9pfs I not tested speed yet. I have tested now on 9pfs rootfs with Alpine Linux...

> I've pushed my full alpine build process and examples/alpine.html to the wip branch (there's probably not much difference to yours) Thanks, previously I had added profile in src/browser/main.js and...

> * adding some sse instructions used by node to the jit Seems that v8 uses SSE2 (https://github.com/v8/v8/commit/3fa6100ed3296175423fcfceb33feb2ef3f98b31), SSE3 (can be turn on/off on runtime with popcnt), FPU (not sure...

> it seems that the loaded cache is being lost after compression. Can you try to compare `free -h` before and after zstd? > 2\. Network isn't working properly in...

@tennox As far as I understand, KolibriOS starts DHCP configuration via `zeroconf` (http://wiki.kolibrios.org/wiki/Networking_for_dummies) automatically at booting time. By the way, I noticed that in the Debug Log, when trying to...

Also checked [node-relay](https://github.com/krishenriksen/node-relay) (more precisely fork [BelleNottelling/node-relay](https://github.com/BelleNottelling/node-relay)) the result is the almost same. I've noticed a few things so far: - DNS is not working, what was mentioned earlier -...

Me and @spetterman66 have tried running early ChromiumOS builds before. At first there was a problem with APIC: `Kernel Panic - not syncing: IO-APIC + timer doesn't work!`, but after...

I got a working Chromium OS 4028 (with disabled ACPI) but without networking (probably ChromiumOS hasn't module for ne2k_pci, #473) ![chromiumos](https://github.com/copy/v86/assets/41739128/b38668f1-47c7-4e39-964a-2f5097164545)

> but how do you either install it without internet I ran the image in QEMU (`qemu-system-i386 -m 1024 -hda path/to/img -vga cirrus`), setting up system (first screen with `Select...

I mean that some HTTPS websites can't be accessed on old ChromiumOS (QEMU) and Google API is like that (maybe). In any case, it's not the main problem right now,...