Mikhail Frolov Doczom
  • Joined on 2024-03-31
Doczom opened issue KolibriOS/kolibrios#269 2025-07-04 05:37:22 +00:00
Support PCIe
Doczom opened issue KolibriOS/kolibrios#267 2025-06-15 18:03:53 +00:00
Kernel: updating constants
Doczom commented on pull request KolibriOS/kolibrios#266 2025-06-15 08:06:25 +00:00
drivers/iso9660: clean code and fix #265

You need to use a driver for testing. virt_disk.sys and the [virtdisk](https://builds.kolibrios.org/ru_RU/data/programs/system/…

Doczom commented on pull request KolibriOS/kolibrios#266 2025-06-15 07:56:33 +00:00
drivers/iso9660: clean code and fix #265

But can you, please, specify where exactly you define CDBlockSize constant?

CDBlockSize defined in [blkdev/cd_drv.inc](https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/…

Doczom created pull request KolibriOS/kolibrios#266 2025-06-14 18:25:26 +00:00
fix_iso9660_number_1
Doczom pushed to fix_iso9660_number_1 at KolibriOS/kolibrios 2025-06-14 18:22:04 +00:00
3fe9c73ffe Kernel: Fixed bug in iso9660
Doczom pushed to fix_iso9660_number_1 at KolibriOS/kolibrios 2025-06-14 17:59:28 +00:00
9664104aa4 Kernel: Fixed magic numbers and constants in iso9660
Doczom created branch fix_iso9660_number_1 in KolibriOS/kolibrios 2025-06-14 17:59:25 +00:00
Doczom commented on issue KolibriOS/kolibrios#265 2025-06-13 21:53:37 +00:00
Kernel: bug in new iso9660 driver

a possible problem has been found. Instead of the movsb instruction, the movsd instruction is used in the following code It may be worth replacing the jbe instruction with jb

;--------…
Doczom pushed to main at KolibriOS/kolibrios 2025-06-13 20:56:41 +00:00
aef0b3a6a7 Return four space indents in kermel Makefile
6181afd33d Updated kernel Makefile
c112873dbd Fixed kernel's Makefile by removing bootbios target
Compare 3 commits »
Doczom merged pull request KolibriOS/kolibrios#264 2025-06-13 20:56:39 +00:00
kernel: Makefile fix
Doczom approved KolibriOS/kolibrios#264 2025-06-13 17:05:35 +00:00
kernel: Makefile fix
Doczom opened issue KolibriOS/kolibrios#265 2025-06-13 16:50:18 +00:00
Kernel: bug in new iso9660 driver
Doczom closed issue KolibriOS/kolibrios#207 2025-06-12 17:31:44 +00:00
FTPC: Crash when opening ftp://sourceware.org/pub/newlib/
Doczom pushed to main at KolibriOS/kolibrios 2025-06-12 17:31:36 +00:00
11562988b1 Fix ftpc crash
Doczom merged pull request KolibriOS/kolibrios#243 2025-06-12 17:31:35 +00:00
FTPC: Fixed crash on large directories
Doczom commented on issue KolibriOS/kolibrios#263 2025-06-12 14:59:08 +00:00
[Apps/WebView] Last character in each line is cropped off

возможно не учитывается скролл, из-за чего при формировании строк на вывод слово записано полностью, но при…

Doczom pushed to add_usbother at KolibriOS/kolibrios 2025-06-08 08:12:04 +00:00
4813b67aaa drivers/usb: fix usbother driver
b96b78fa96 drivers/usb: fix auto build usbother (part 2)
ab0d02f5f4 drivers/usb: fix auto build usbother
b30a10e419 drivers/usb: add usbother driver and usbdrv.dat config
2dfb3ddff3 Implement serial reconf
Compare 5 commits »
Doczom commented on pull request KolibriOS/kolibrios#253 2025-06-06 18:21:44 +00:00
drivers/usb: add usbother driver and usbdrv.dat config

fixed