• Joined on 2024-07-23
Burer commented on issue KolibriOS/kolibrios#67 2024-10-15 09:57:32 +02:00
Update program READMEs that link to SVN repo

I searched over KolibriOS repository using regexp and also found following entries. For "svn://kolibrios":

  • programs\system\gmon\readme.txt
  • programs\develop\tinypad\trunk\tinypad.as…
Burer commented on issue KolibriOS/kolibrios#82 2024-10-15 08:27:02 +02:00
Processes in system are not terminated properly

UPD. @Doczom did some investigation and found that the problem is not in Process manager code itself, but rather in kernel code, especially in file /kernel/trunk/core/sys32.inc. For…

Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-09-18 14:12:39 +02:00
Shutdown Freezes System

Update with commit 53c04b912c.

Driver loads and works okay on VMWare, but system freezes on shut down.

Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-09-13 14:38:59 +02:00
Shutdown Freezes System

Hey! I'll check this out sometime this weekend or next week. Thanks once again!

Great, take your time and you are always welcome!

As for the email, I sent it again. My domain was on…

Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-09-12 10:24:39 +02:00
Shutdown Freezes System

Hello again, @ramenu! It's been a long time, but finally I am here. And if it is still actual, here are results of testing latest driver version (commit c2ee9ee16d).

  • In VirtualBox, all is…
Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-31 08:18:08 +02:00
Shutdown Freezes System

@ramenu, first of all, sorry for ignore, was busy last few days. I will test the newest version of driver in the next few days and write here about the results.

And in the meanwhile, I sent…

Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-20 07:07:56 +02:00
Shutdown Freezes System

@ramenu, got it, just want to say, that there is nothing to be sorry about, if you are not active on it. VMWare website for some reason throws server errors when trying to download it for last few…

Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-19 09:28:54 +02:00
Shutdown Freezes System

@ramenu, no problem at all. The first goal of driver is to work on real hardware, so if it can't run properly on one certain VM - that is sad, but not crucial, I suppose. And okay, got it, thank…

Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-16 08:45:50 +02:00
Shutdown Freezes System

@ramenu, happened every time on commit 5f727368e8, but was okay on previous commits. Like, on c02d64b35a it loads okay but fails to shut down, and before that is just failed to load, but without…

Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-14 09:43:00 +02:00
Shutdown Freezes System

No problem at all! And here are the results with commit 5f727368e8:

  • In VMWare OS freezes when loading. But if "Show disks visible by BIOS" is turned on while launching, it hangs on black…
Burer commented on issue GSoC/kolibrios-nvme-driver#6 2024-08-12 20:29:06 +02:00
Stable system hang when trying to write to NVMe disk using script

@Burer, Okay I've tested this and I think it should be fixed in b0ead51d7f. Please try that. Thanks once…

Burer commented on issue GSoC/kolibrios-nvme-driver#3 2024-08-12 20:26:34 +02:00
System freеzеs when trying to delete a deleted folder

Followup of GSoC/kolibrios-nvme-driver#6 (comment). Tried with commit c02d64b35a and freshly created deleted folder. Both deletion and copying run…

Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-12 14:52:03 +02:00
Shutdown Freezes System

Thank you. Could you try again but this time print debug output to the screen? I'm guessing the driver is stuck waiting for the controller to shutdown. But I just want to be sure.

Of course,…

Burer commented on issue GSoC/kolibrios-nvme-driver#4 2024-08-12 09:01:58 +02:00
VMWare Fails Initialization

Update with commit c02d64b35a. Driver loads okay in VMWare, both using autoload and loading by hand, but system in VMWare can't shut down properly, as described more detailed here: https://git.ko

Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-12 09:00:27 +02:00
Shutdown Freezes System

Update with commit c02d64b35a. System with loaded NVMe driver shuts down okay in VirtualBox, but freezes in VMWare, both when using IMG-image with driver autoload and ISO-image with manual driver…

Burer commented on issue GSoC/kolibrios-nvme-driver#6 2024-08-11 08:46:51 +02:00
Stable system hang when trying to write to NVMe disk using script

Update for commit 9ace6a4b52. I wasn't able to reproduce bag with deletion of this folder, but got the same freeze when copying it. Interesting thing - when I created a bunch of copies of tcc…

Burer commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-11 08:16:52 +02:00
Shutdown Freezes System

Confirmed, commit 9ace6a4b52 also fixed this issue in VirtualBox, both when autoloading driver from IMG image and loading it manually from ISO image.

Burer commented on issue GSoC/kolibrios-nvme-driver#6 2024-08-10 18:16:47 +02:00
Stable system hang when trying to write to NVMe disk using script

I think this is a duplicate of GSoC/kolibrios-nvme-driver#3 but I'm not sure.

I am not sure either. On previous commits, writing to NVMe drive with script…

Burer commented on issue GSoC/kolibrios-nvme-driver#4 2024-08-10 17:13:17 +02:00
VMWare Fails Initialization

Update with commit eec1755d37. The system hanged up on first autoload, but loaded okay on second with driver fully working. Loading driver by hands on ISO image also worked fine. Screenshots…

Burer commented on issue GSoC/kolibrios-nvme-driver#6 2024-08-10 15:11:25 +02:00
Stable system hang when trying to write to NVMe disk using script

Update for commit 0f24000b9a, this Issue seems to be fixed. But I guess we could use some other testing scenarios here before drawing definite conclusions.