Search found 1265 matches

by punk_joker
Sat Nov 06, 2021 7:36 pm
Forum: Network
Topic: WebView: Text-based Browser
Replies: 880
Views: 374568

Re: WebView: Text-based Browser

denius wrote:Что то опять сломалось отображение картинок...куда мне надо нажимать на клаве чтобы опять вернуть отображение картинок?
Картинки лучше поl спойлер прятать. И постом выше мой скрин, webview такое же версии и картинки нормально отображаются. Такчто думаю проблема не в них.
by punk_joker
Sat Nov 06, 2021 7:26 pm
Forum: Network
Topic: Сеть в VirtualBox
Replies: 5
Views: 19412

Re: Сеть в VirtualBox

Good afternoon! Doczom and I found a network bug in Virtualbox! Kernel Revision 9249. Doczom, [05.11.21 14:14] says... "I confirm that the system freezes when the cable is disconnected. But it is not constant, sometimes everything freezes at once, sometimes everything freezes (most likely wind...
by punk_joker
Fri Nov 05, 2021 10:39 pm
Forum: Network
Topic: WebView: Text-based Browser
Replies: 880
Views: 374568

Re: WebView: Text-based Browser

Добавить бы горизонтальный скролл, если картинки шире, либо ширину таблицы с учетом рисуемого изображения.
Spoiler:
Screenshot_20211105_212855.png
Screenshot_20211105_212855.png (54.29 KiB)
Viewed 5444 times
by punk_joker
Wed Nov 03, 2021 8:19 pm
Forum: Games
Topic: OpenTyrian(An open-source port of the DOS shoot-em-up)
Replies: 7
Views: 7271

Re: OpenTyrian(An open-source port of the DOS shoot-em-up)

А что насчёт лицензии для этих ресурсов?
by punk_joker
Tue Nov 02, 2021 8:52 pm
Forum: Drive subsystem
Topic: AHCI
Replies: 170
Views: 133550

Re: AHCI

#9231 added support up to 8 controllers.

I just hard coded memory for 8 controllers, like in IDE driver. I will replace it on dynamic allocate later.
by punk_joker
Tue Nov 02, 2021 4:04 pm
Forum: Drive subsystem
Topic: AHCI
Replies: 170
Views: 133550

Re: AHCI

Could someone test FS speed with same disk in AHCI and IDE compatibility mode?
I don't have any PC with IDE mode.
by punk_joker
Tue Nov 02, 2021 1:01 pm
Forum: Drive subsystem
Topic: AHCI
Replies: 170
Views: 133550

Re: AHCI

I remembered. Now, limit is 8 disks and 8 controllers. Because I allocated memory for 8 controllers, and limited counter to 8 disks.
by punk_joker
Tue Nov 02, 2021 11:58 am
Forum: Drive subsystem
Topic: AHCI
Replies: 170
Views: 133550

Re: AHCI

Need to double check, but probably yes, you are right. 8 controllers. I tested with 8 controllers, and each controller has 1 disk.
by punk_joker
Tue Nov 02, 2021 1:27 am
Forum: Drive subsystem
Topic: AHCI
Replies: 170
Views: 133550

Re: AHCI

First version, support up to 8 disks (tested only 5). It works in my case.
Test image

Next steps:
  • Clean code
  • Dynamic allocate memory for founded disks
by punk_joker
Mon Nov 01, 2021 11:54 pm
Forum: Drive subsystem
Topic: AHCI
Replies: 170
Views: 133550

Re: AHCI

Finally, today I started work on improving AHCI driver. Now it works with 5 controllers well in QEMU. Each controller has disk with 1 FAT partition. But it doesn't work on my PC yet,so I keep working. Probably tomorrow, I'll share test image.
by punk_joker
Thu Oct 28, 2021 5:00 pm
Forum: Network
Topic: Realtek RTL8169
Replies: 50
Views: 52818

Re: Realtek RTL8169

hidnplayr, Can I choose card? Or KolibriOS use first detected card?
by punk_joker
Tue Oct 26, 2021 3:48 am
Forum: Coding
Topic: Build environment in Docker
Replies: 1
Views: 4686

Re: Build environment in Docker

I found 2 project with run MSVC inside docker. 1. Use real MSVC. I integrated it to my image, but have problem with run MSVC during compilation process. 2. Use LLVM with MSVC libraries. It's run well, but have a lot of problem with compilation (in code of MSVC programs uses case insensitive paths, p...
by punk_joker
Mon Oct 18, 2021 11:53 pm
Forum: HLL
Topic: Drop extra compilers
Replies: 21
Views: 46354

Re: Drop extra compilers

But maybe folks here will find stuff unable to be done with GCC and TCC I am sure that near to impossible. Other hand, if it happened, we should improve these 2 compilers and libraries. Last time, I didn't see any new program that compiled by others compilers. And it's too expensive for us, try to ...
by punk_joker
Mon Oct 18, 2021 11:23 pm
Forum: HLL
Topic: Drop extra compilers
Replies: 21
Views: 46354

Drop extra compilers

We have official toolchain based on GCC. So, I think we can drop support compile by other compiler and left toolchain by Serge and TCC (because we have port on KolibriOS). Motivation: Unify of C/C++ ecosystem Reduce number of tools for building and simplify build environment In this case, we should ...
by punk_joker
Mon Oct 18, 2021 3:22 pm
Forum: File managers
Topic: Eolite
Replies: 996
Views: 491207

Re: Eolite

Я так и сделал, но ничего странного не увидел. Перепроверю еще раз. Не могли бы проверить это на актуальной сборке?