Ivan B dunkaist
  • Joined on 2024-03-04
dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-10 15:58:24 +00:00
Docs: Added README and contributing guide

I believe the primary goal of our community is to develop KolibriOS, isn't it?

dunkaist commented on issue KolibriOS/kolibrios#123 2025-03-08 20:22:39 +00:00
console and console_coff

This is the PE version of console_coff. It and its example programs are used to test the PE patch by CleverMouse. If we still hope to implement PE in the kernel eventually, we need some userspace…

dunkaist commented on pull request KolibriOS/kolibrios#120 2025-03-08 00:03:47 +00:00
Fix kolibri_libini.h

This line is insanely long.

dunkaist commented on pull request KolibriOS/kolibrios#120 2025-03-08 00:02:57 +00:00
Fix kolibri_libini.h

As I understand, no programs in the repo are including the file so far. Hence there is no easy way to check if the changes are correct. At the same time, nothing is broken for sure.

dunkaist commented on pull request KolibriOS/kolibrios#116 2025-03-07 00:28:25 +00:00
Rewrite NASM programs to FASM

@IgorA, I have checked each pair of a nasm and a fasm binaries, they all are different. Even by size, but also by data. I have no idea how to verify the new programs don't bring new bugs. My…

dunkaist commented on pull request KolibriOS/kolibrios#113 2025-03-05 18:07:56 +00:00
[Apps/Charsets]: Updated to 0.3.2, added to IMG instead of ASCIIVJU and KEYASCII

Why do you move ASCIIVJU to outdated? Is it broken? Does it have any bugs? A program doesn't become outdated just because you like another program more.

dunkaist commented on issue KolibriOS/kolibrios#6 2025-02-27 09:17:32 +00:00
Standardize naming of KolibriOS

Looks like resolved in a7816e7613

dunkaist commented on issue KolibriOS/kolibrios#5 2025-02-27 09:02:33 +00:00
Locales have non-standard designations [L10n]

I believe the issue was addressed in e.g. #76 and related commits.

dunkaist commented on issue KolibriOS/kolibrios#83 2025-02-26 05:04:40 +00:00
System image save system seems to be broken

Works for me on the latest build. Please, recheck.

dunkaist commented on pull request KolibriOS/kolibrios#101 2025-02-26 04:43:32 +00:00
Apps/cmm: Updated binaries to version 0.240

Any idea why we have these precompiled binaries in the source repo?

dunkaist commented on issue KolibriOS/kolibrios#72 2025-02-26 04:23:45 +00:00
Check usage of KB vs KiB matches contemporary standards

@Leency, I know Apple means something for you. Take a look at how they handled the very same issue many years ago: [link](https://eshop.macsales.com/blog/1852-snow-leopard-changes-they-way-we-look-…

dunkaist commented on issue KolibriOS/kolibrios#72 2025-02-24 20:03:36 +00:00
Check usage of KB vs KiB matches contemporary standards

@Leency If it's not so important, we can deal with it later. Why close?

dunkaist pushed to main at KolibriOS/kolibrios 2025-02-24 02:50:39 +00:00
a11466d56b Fix libimg to execute emms after mmx code
dunkaist closed issue KolibriOS/kolibrios#98 2025-02-24 02:50:34 +00:00
libimg (some funcs) does not EMMS => float/double variables corruption
dunkaist pushed to main at KolibriOS/kolibrios 2025-02-23 17:44:26 +00:00
54669d62b4 Rename tup.config's for disabled builds
dunkaist pushed to main at KolibriOS/kolibrios 2025-02-22 20:04:34 +00:00
9f5dd6cbdd Switch CD image to the native boot
e633ea8eac Fix extended_primary_loader for native CD boot
Compare 2 commits »
dunkaist commented on issue KolibriOS/kolibrios#96 2025-02-11 21:18:59 +00:00
OpenDial: Incorrect work with icons.ini
dunkaist pushed to main at KolibriOS/kolibrios 2025-02-11 21:11:16 +00:00
195f996c1b Fix icon search function in box_lib/filebrowser