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

I have checked Linux, [Qemu](https://gitlab.com/qemu-project/qemu/-/com…

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

Test by hand is easier than write byte-to-byte, so the request is not valid for me. Also this blocks some tweaks and improvements.

That wasn't a request, that was a regret. Testing by hand…

dunkaist commented on pull request KolibriOS/kolibrios#139 2025-03-15 02:42:04 +00:00
3dcube: get rid of unnecessary files, refined build.bat and tupfile

@dunkaist , please tell me. Do you know this original demo or port? I don't know if it's worth requesting a license here. Thanks in advance.

I only know it goes from the MenuetOS times:…

dunkaist commented on pull request KolibriOS/kolibrios#146 2025-03-15 02:26:00 +00:00
kernel: Clean up svn-related code and data

The CI build has failed because its fasm 1.71.57 is outdated: 69e078cced

dunkaist created pull request KolibriOS/kolibrios#148 2025-03-15 02:17:36 +00:00
programs/shell: Show new fields of sf18.13 struct
dunkaist pushed to pr-update-shell-for-git at dunkaist/kolibrios 2025-03-15 02:13:56 +00:00
201ab9dfdc programs/shell: Show new fields of sf18.13 struct
dunkaist created branch pr-update-shell-for-git in dunkaist/kolibrios 2025-03-15 02:13:56 +00:00
dunkaist created pull request KolibriOS/kolibrios#146 2025-03-15 02:10:58 +00:00
kernel: Clean up svn-related code and data
dunkaist pushed to pr-clean-up-after-svn at dunkaist/kolibrios 2025-03-15 02:04:55 +00:00
ea9a3f7c6c kernel: Clean up svn-related code and data
dunkaist created branch pr-clean-up-after-svn in dunkaist/kolibrios 2025-03-15 02:04:55 +00:00
dunkaist created repository dunkaist/kolibrios 2025-03-15 01:56:53 +00:00
dunkaist commented on pull request KolibriOS/kolibrios#141 2025-03-14 19:54:52 +00:00
Unvwater demo: Improved code style and added support for window resizing

Our unvwater is a rewrite from OctASM, part os OctaOS, an experimental OS by Octavio Vega. Since it's a complete rewrite, the license can be our default one, i.e. GPL-2.0-only. That said, I think it's a proper thing to mention the original author too.

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-10 16:25:27 +00:00
Docs: Added README and contributing guide

Why not 50 and 72 like in Linux?

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

This document does not mention consequences.

dunkaist commented on pull request KolibriOS/kolibrios#124 2025-03-10 16:07:26 +00:00
Docs: Added README and contributing guide

If we require people to follow this CoC, then we should be honest and use words like force, enforce but not invite.

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.