Search found 772 matches

by dunkaist
Wed Feb 28, 2024 2:31 pm
Forum: Miscellaneous
Topic: mtldr_install.exe
Replies: 1
Views: 110

Re: mtldr_install.exe

We don't ship any malware. Feel free to inform virustotal.com about this false positive.
by dunkaist
Tue Feb 27, 2024 3:02 pm
Forum: Miscellaneous
Topic: Proposing to leave only the Russian and English versions of the distribution
Replies: 8
Views: 229

Re: Proposing to leave only the Russian and English versions of the distribution

Maybe it's time to extend ASCIIVJU (or write another app) to show all the supported unicode code points and the corresponding glyphs of charUni font. I believe it shouldn't be hard as long as a new language is written in letters left-to-right.
by dunkaist
Mon Feb 26, 2024 9:34 pm
Forum: Miscellaneous
Topic: Proposing to leave only the Russian and English versions of the distribution
Replies: 8
Views: 229

Re: Proposing to leave only the Russian and English versions of the distribution

How about à, è, ù, é, ç, â, ê, î, ô, û, ë, ï, ü? Well, at least some of the characters are present . Maybe adding a few more to the non-unicode system fonts is an option, I don't know. If I understand correctly, adding new languages needs adding new fonts We do have one unicode font that can be use...
by dunkaist
Mon Feb 26, 2024 5:46 pm
Forum: Miscellaneous
Topic: Proposing to leave only the Russian and English versions of the distribution
Replies: 8
Views: 229

Re: Proposing to leave only the Russian and English versions of the distribution

If lack of the distro in French prevents you or somebody else from translating into that language, then why not. KolibriOS has the French layout included already. If you personally intend to commit at least a few corresponding changes, I can add such a tup variant to the build server.
by dunkaist
Mon Feb 26, 2024 3:26 pm
Forum: Miscellaneous
Topic: Proposing to leave only the Russian and English versions of the distribution
Replies: 8
Views: 229

Re: Proposing to leave only the Russian and English versions of the distribution

I think there are two different questions. 1. Is KolibriOS distribution in any language other than English and Russian ready to be officially shipped from our download page ? My opinion is no, more effort is still required. 2. Is our infrastructure in trouble to build these languages? My opinion is,...
by dunkaist
Sun Feb 25, 2024 9:16 am
Forum: News
Topic: Migrate to Gitea
Replies: 2
Views: 244

Re: Migrate to Gitea

Well, finally It would be great to refer to previous discussions that finally led to the proposal below. Why git? Modern There are more modern version control systems, e.g. pijul which is even written in Rust. Pull requests, commits will be checked before merging to master branch I am not sure a pu...
by dunkaist
Thu Feb 22, 2024 5:39 am
Forum: News
Topic: Google Summer of Code 2024
Replies: 1
Views: 1934

Re: Google Summer of Code 2024

Hello, We are glad to announce that KolibriOS has been accepted to participate in Google Summer of Code 2024!🎉 This is our third time after 2014 and 2016. It has been a while, yes. We are grateful to all the contributors, users and enjoyers who made this dream come true again. Prospective students a...
by dunkaist
Thu Feb 22, 2024 5:17 am
Forum: Kernel
Topic: Эмулятор ядра OS Windows и правки ядра Колибри
Replies: 18
Views: 677

Re: Эмулятор ядра OS Windows и правки ядра Колибри

1. I generally agree on your design of thread priorities, why not. It would be nice to see a patch though. Same for other changes. 2.1. Maybe '*_local_priority' names are a bit too long. Something like 'niceness' is shorter and refers to POSIX. 2.2. Also, variable names starting with the words 'chec...
by dunkaist
Sun Feb 18, 2024 2:36 pm
Forum: Emulators
Topic: Эмулятор ядра OS Windows
Replies: 57
Views: 42802

Re: Эмулятор ядра OS Windows

Okay, I will repost on thread priorities and stack exclusion in the kernel forum and in future I will post everything related to changes in the kernel on the kernel forum. What complies with the forum rules - to create separate topics for individual proposals for editing the kernel, or to make one ...
by dunkaist
Sat Feb 17, 2024 2:01 pm
Forum: Emulators
Topic: Эмулятор ядра OS Windows
Replies: 57
Views: 42802

Re: Эмулятор ядра OS Windows

Jurgen , I'm glad you managed to navigate the kernel code and even contribute to it, you're welcome. It wasn't a twenty minutes adventure, I suppose :) I should have provided my feedback earlier but here it is. 1. First a non-technical thing. Could you, please, suggest your kernel changes in the ke...
by dunkaist
Wed Jan 17, 2024 5:37 am
Forum: News
Topic: Google Summer of Code 2024
Replies: 1
Views: 1934

Google Summer of Code 2024

Great news, GSOC 2024 is announced.
Google wrote:Applications for organizations open January 22 to February 6
Our Ideas Page.

Mentors, administrators, ideas are welcome.
I can be an administrator and a mentor.

Residents of United States embargoed countries are ineligible this year.
by dunkaist
Sun Jan 14, 2024 4:46 am
Forum: Kernel
Topic: Booting kernel
Replies: 14
Views: 180261

Re: Booting kernel

bzt,

I committed your patch in #9958 with my minor edits. Thank you.
by dunkaist
Fri Jan 12, 2024 7:05 pm
Forum: Coding
Topic: системная функция 4 как использовать разные шрифты
Replies: 1
Views: 43448

Re: системная функция 4 как использовать разные шрифты

FF -- два бита. Их возможные значения: 00 (двоичное) = 0 (десятичное) => шрифт размером 6x9 пикселей, кодировка cp866 01 (двоичное) = 1 (десятичное) => шрифт размером 8x16 пикселей, кодировка cp866 10 (двоичное) = 2 (десятичное) => шрифт размером 8x16 пикселей, кодировка UTF-16LE 11 (двоичное) = 3 (...
by dunkaist
Fri Dec 29, 2023 7:49 pm
Forum: Coding
Topic: Дочерние окна
Replies: 1
Views: 119

Re: Дочерние окна

There is no such thing as a parent/child window. Each thread can have only one window. If you need several windows, start several threads.
by dunkaist
Wed Dec 20, 2023 12:57 am
Forum: Kernel
Topic: Booting kernel
Replies: 14
Views: 180261

Re: Booting kernel

What seems to be the problem? Any messages, screenshot? Just a blank black screen after the blue boot screen. the ACPI pointer search is the only thing that's been added Can it be that ds register isn't set when accessing BOOT_LO variables? I test with qemu as follows: qemu-system-i386 -nodefaults ...