Ivan B dunkaist
  • Joined on 2024-03-04
dunkaist commented on pull request KolibriOS/kolibrios#189 2025-04-13 18:30:58 +00:00
Calc+ v1.0

Hardcoding a string length is error prone. You can write 'engineering_len = $ - engineering_str' here. If you prefer macros, you can also use macros sz or lsz from macros.inc. For example, zsea uses lsz.

dunkaist commented on pull request KolibriOS/kolibrios#189 2025-04-13 18:16:46 +00:00
Calc+ v1.0

This initialized data goes after uninitialized data. Move it somewhere before I_END (which literally means Initialized END)

dunkaist commented on pull request KolibriOS/kolibrios#189 2025-04-13 18:03:33 +00:00
Calc+ v1.0

Was this intentional?

dunkaist commented on pull request KolibriOS/kolibrios#189 2025-04-13 18:02:31 +00:00
Calc+ v1.0

Shouldn't CALC become just CALCPLUS?

dunkaist commented on issue KolibriOS/kolibrios#204 2025-04-10 16:22:06 +00:00
Undefined behavior of the kernel

On my Linux laptop:

$ cat /proc/sys/kernel/threads-max
53848

This seems to be the whole system limit but I didn't try to reach it.

dunkaist closed pull request KolibriOS/kolibrios#197 2025-04-03 20:41:43 +00:00
return AsciiVju to ISO
dunkaist commented on pull request KolibriOS/kolibrios#197 2025-04-03 20:36:15 +00:00
return AsciiVju to ISO

I was told we don't need this program in the distro because there is another program, namely, charsets.

dunkaist commented on pull request KolibriOS/kolibrios#177 2025-03-21 21:50:31 +00:00
Libc: fix ef_exp.s by Bughunter

menuetlibc: Fix floating exponent calculation

The fix was initially done by Bughunter in 12a6b7f2 (r7958) for double. This commit applies the same fix to the float exponent.

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-21 03:18:04 +00:00
Docs: Added README and contributing guide

compliant

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-21 03:17:24 +00:00
Docs: Added README and contributing guide

It's

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-21 03:15:56 +00:00
Docs: Added README and contributing guide

small

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-21 03:14:08 +00:00
Docs: Added README and contributing guide

instructions

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-21 03:03:59 +00:00
Docs: Added README and contributing guide

Pattern

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-21 02:54:45 +00:00
Docs: Added README and contributing guide

changes can be corrected (if it's necessary)

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-21 02:50:56 +00:00
Docs: Added README and contributing guide

Feature Request

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-21 02:47:38 +00:00
Docs: Added README and contributing guide

Each of these types is

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-21 02:42:23 +00:00
Docs: Added README and contributing guide

in KolibriOS

dunkaist created pull request KolibriOS/kolibrios#169 2025-03-19 00:30:37 +00:00
welcome.htm: kpack it and add to the img (en_US)