Search found 778 matches

by dunkaist
Thu May 16, 2024 6:46 am
Forum: Compilers and programming
Topic: C-- Sphinx Compiler
Replies: 135
Views: 117281

Re: C-- Sphinx Compiler

1. Where is the upstream of this compiler now, here or there ? Which one should be deleted? 2. Do I understand correctly that it isn't possible to set the output file path? I.e. the output is always written near the input file, right? If somebody can implement this, I would appreciate. This is neede...
by dunkaist
Sat Apr 27, 2024 3:12 pm
Forum: News
Topic: Система сборки Tup
Replies: 24
Views: 51280

Re: Система сборки Tup

New tup 0.8 introduces backward-incompatible changes. If you set up the autobuild locally and it has stopped working recently, read this: https://gittup.org/tup/ex_explicit_variants.html punk_joker , you can build a single file via 'tup path/to/file'. You can also continue using plain fasm like 'fas...
by dunkaist
Sun Apr 21, 2024 10:39 am
Forum: News
Topic: Migrate to Gitea
Replies: 4
Views: 2559

Re: Migrate to Gitea

Why git? Modern There are more modern version control systems, e.g. pijul which is even written in Rust. Are that "more modern VCS" popular? Popularity means community, community means guides and tips I've just checked that their chat has more members than our Telegram chat. Does it count...
by dunkaist
Sun Apr 21, 2024 6:09 am
Forum: Resources
Topic: Ссылки на сайты
Replies: 126
Views: 193702

Re: Ссылки на сайты

KolibriOS on wikidata (to expand): https://www.wikidata.org/wiki/Q1290448 KolibriOS packed format on wikidata (to expand): https://www.wikidata.org/wiki/Q105850783 KolibriOS on wikimedia commons (to add more up-to-date screenshots and other media?): https://commons.wikimedia.org/wiki/Category:Kolibr...
by dunkaist
Sun Mar 17, 2024 12:54 pm
Forum: Emulators
Topic: Эмулятор ядра OS Windows
Replies: 58
Views: 58352

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

Jurgen,

I can't build your project because of 'masm.inc' file that is missing. Could you share it?
fasm wrote:$ fasm -m 1234567 WCore.asm wcore
flat assembler version 1.73.32 (1234567 kilobytes memory, x64)
WCore.asm [16]:
include "masm.inc"
error: file not found.
by dunkaist
Wed Feb 28, 2024 2:31 pm
Forum: Miscellaneous
Topic: mtldr_install.exe
Replies: 1
Views: 510

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: 1008

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: 1008

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: 1008

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: 1008

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: 4
Views: 2559

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: 8
Views: 6733

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: 24
Views: 4217

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: 58
Views: 58352

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 ...