Ivan B dunkaist
  • Joined on 2024-03-04
dunkaist opened issue KolibriOS/kolibrios#97 2025-02-11 12:25:52 +00:00
Rewrite existing fasm1 macros for fasm2/fasmg
dunkaist commented on issue KolibriOS/kolibrios#96 2025-02-11 00:27:49 +00:00
OpenDial: Incorrect work with icons.ini

'dic=3' has 'c=3' as its substring. The File browser widget of box_lib is happy with that. The bug is in [fb_get_icon_number](https://github.com/KolibriOS/kolibrios/blob/main/programs/develop/libra…

dunkaist pushed to main at KolibriOS/kolibrios 2025-02-09 19:39:24 +00:00
17eebff188 Fix a kernel crash on a CD, with 512MB RAM
84bc176353 menu: Use less hardcoded numbers, more constants
Compare 2 commits »
dunkaist pushed to main at KolibriOS/kolibrios 2025-02-01 03:33:51 +00:00
d235c8914c Fix ghost threads in CPU
dunkaist pushed to main at KolibriOS/kolibrios 2025-01-26 22:33:52 +00:00
6933ee64cd Ger rid of some 'trunk' dirs in /programs/games
dunkaist commented on issue KolibriOS/kolibrios64#1 2025-01-26 21:36:24 +00:00
Roadmap

NOTE: firstly define what kernel module expects (long mode? provided memory map? ).

This is called a boot protocol. [Here](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tr…

dunkaist pushed to main at KolibriOS/umka 2025-01-22 15:08:07 +00:00
67d32d9f4a Minor fix for gen.sh, add cmd_send_scancode
dunkaist pushed to main at KolibriOS/umka 2025-01-20 04:25:42 +00:00
b8269949ed umka_os: send mouse events to the kernel
dunkaist commented on pull request KolibriOS/kolibrios#95 2025-01-19 21:37:37 +00:00
Deleted unneeded "bootbios" target from kernel Makefile

LGTM

dunkaist commented on pull request KolibriOS/kolibrios#95 2025-01-19 16:36:17 +00:00
Deleted unneeded "bootbios" target from kernel Makefile

I accidentally added that commit, how to remove it from here?

Your PR is based on your 'main' branch which has these two commits. Make sure your 'main' branch has only one commit different…

dunkaist commented on pull request KolibriOS/kolibrios#95 2025-01-19 14:59:44 +00:00
Deleted unneeded "bootbios" target from kernel Makefile

Could you leave just the commit related to the bootbios target? I don't see how dino etc are related to your PR.

dunkaist pushed to main at KolibriOS/kolibrios 2025-01-11 20:33:24 +00:00
c8e9e5a2a7 Fix autobuild for dino
dunkaist pushed to main at KolibriOS/kolibrios 2025-01-11 00:40:43 +00:00
2d9007da32 Add charset_checker to autobuild
dunkaist pushed to main at KolibriOS/umka 2025-01-10 23:20:36 +00:00
4068524e00 Add an iso9660 test, sync with the upstream
dunkaist commented on pull request KolibriOS/kolibrios#92 2024-09-05 20:08:17 +00:00
[GSOC] Add SDL2 library + additional SDL libraries

LGTM, thank you!

dunkaist commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-10 17:37:14 +00:00
Shutdown Freezes System

@ramenu,

The listing utility is shipped with the fasm package. Firstly you need to compile its source to an object file, then to link it using your system's linker, not fasm.

I suspect the…

dunkaist pushed to main at KolibriOS/kolibrios 2024-07-11 08:07:48 +00:00
4a166ede82 Another fix for locale names
dunkaist pushed to main at KolibriOS/kolibrios 2024-07-10 20:31:18 +00:00
46e816c366 Fix locale codes for kernel build scripts
dunkaist pushed to main at KolibriOS/kolibrios 2024-07-10 04:03:07 +00:00
65239bc359 [taskbar] Fix context menu strings
dunkaist commented on pull request KolibriOS/kolibrios#79 2024-06-18 09:57:28 +00:00
Extra comma in ksys.h

Please, write commit messages in English. LGTM