• Joined on 2024-07-23
Burer commented on pull request KolibriOS/kolibrios#86 2024-11-15 20:08:27 +01:00
Apps/sysmon: Fixed #85

System disc free space was calculated and shown in KiB, but subscripted in MB. I changed it's subscription to KB. TMP disks free space was shown and subscripted in MiB, but I changed it's logic…

Burer pushed to main at Burer/kolibrios 2024-11-15 19:11:58 +01:00
cd0534afb1 Apps/sysmon: Fixed #85
Burer commented on pull request KolibriOS/kolibrios#86 2024-11-14 14:11:52 +01:00
Apps/sysmon: Fixed #85

@Burer Please edit the commit message to Apps/sysmon: Fixed #85.

Done! But please, check if app builds and works okay before merging this commit, because for me even unmodified sources…

Burer commented on issue GSoC/kolibrios-nvme-driver#7 2024-10-21 08:27:27 +02:00
File Corruption?

Okay, I think I got reproduction of this. Latest commit (I suppose), VirtualBox, loading driver by hands from ISO. Yesterday I saved two files with FASM code on NVME drive, and today they both…

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…