Ivan B dunkaist
  • Joined on 2024-03-04
dunkaist commented on issue KolibriOS/kolibrios#75 2025-06-17 21:41:49 +02:00
Remove vestigial SVN files

Question for the Dev community:

  • Do we want to keep tagged versions of FASM in KolibriOS source code?

I believe they can be safely removed

dunkaist approved KolibriOS/kolibrios#235 2025-06-16 22:35:04 +02:00
programs/games: Optimize GIFs
dunkaist approved KolibriOS/kolibrios#247 2025-06-07 23:55:47 +02:00
kernel: Remove SVN tags
dunkaist commented on issue KolibriOS/kolibrios#6 2025-06-02 01:59:37 +02:00
Standardize naming of KolibriOS

Erm... what is the answer for ru_RU? КолибриОС ? 👀

Yes

dunkaist commented on pull request KolibriOS/kolibrios#240 2025-05-21 01:50:02 +02:00
WIP: QR code (kernel function + program)

What is your aim, to get the minimal pay of $100 asap or to spend more time to improve the code and get more?

If it's not too much trouble, I'd prefer to receive the smaller reward…

dunkaist commented on pull request KolibriOS/kolibrios#240 2025-05-18 19:23:46 +02:00
WIP: QR code (kernel function + program)

@dunkaist - was the original bounty to integrate QR codes at a kernel level? I assumed it was just going to be a program in userspace?

It was a universal implementation that can be compiled…

dunkaist commented on pull request KolibriOS/kolibrios#240 2025-05-17 15:55:45 +02:00
WIP: QR code (kernel function + program)

What is your aim, to get the minimal pay of $100 asap or to spend more time to improve the code and get more?

dunkaist commented on pull request KolibriOS/kolibrios#231 2025-05-15 15:13:28 +02:00
Libraries (box_lib, buf2d, libimg, tinygl): optimize function import

We already have the shared /programs/dll.inc file included in some programs to help them with loading of dynamic libraries. Can we expand that single file instead of introducing two more files per…

dunkaist commented on issue KolibriOS/kolibrios#228 2025-05-05 00:02:00 +02:00
creating a readable iso?

/data/Tupfile.lua has the mkisofs command that builds valid nightbuild iso images. What do you expect to be added and to what doc?

dunkaist commented on issue KolibriOS/kolibrios#228 2025-05-04 22:35:12 +02:00
creating a readable iso?

do you spot anything wrong in my mkisofs example?

I'm not sure you are using the -graft-points option correctly.

dunkaist commented on issue KolibriOS/kolibrios#228 2025-05-04 21:49:49 +02:00
creating a readable iso?

maybe you could document the procedure.

Sorry if I get your issue wrong but for which mkisofs option you need documentation?

dunkaist commented on pull request KolibriOS/kolibrios#222 2025-04-30 02:52:19 +02:00
Fix docpack shortcut for sysfuncs in text editors

@dunkaist It seems there is a date in the Cedit header. Should it be changed after your changes?

Perhaps yes, done.

cd1c2ce969 Fix docpack shortcut for sysfuncs in text editors
dunkaist commented on pull request KolibriOS/kolibrios#222 2025-04-30 02:23:44 +02:00
Fix docpack shortcut for sysfuncs in text editors

@dunkaist Did I understand correctly that the letter here is an index in docpack?

Yes

dunkaist approved KolibriOS/kolibrios#223 2025-04-29 23:08:42 +02:00
TinyGL: