Search found 177 matches

by rgimad
Mon Feb 26, 2024 9:01 pm
Forum: Miscellaneous
Topic: Proposing to leave only the Russian and English versions of the distribution
Replies: 8
Views: 254

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

What about new language — French? The infrastructure can handle it too How about à, è, ù, é, ç, â, ê, î, ô, û, ë, ï, ü? Btw, I would add Turkish (because I speak it a bit and could make a normal translation), but there is also a problem with the lack of specific characters.. If I understand correct...
by rgimad
Fri Feb 16, 2024 10:29 am
Forum: Emulators
Topic: Эмулятор ядра OS Windows
Replies: 58
Views: 47663

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

Jurgen, please try not to commit each line/several lines separately. Commit logically coherent pieces what implement smth
by rgimad
Tue Jan 30, 2024 11:18 pm
Forum: Kernel
Topic: Kolibri64 kernel design
Replies: 3
Views: 407

Re: Kolibri64 kernel design

What will be the architecture of the kernel? Monolith, modular or microkernel? Who will be involved in its development? I think monolith, but minimalistic, without GUI. Current kernel includes basic GUI like buttons. What if I want to create my own button with cool visual style? Or button with imag...
by rgimad
Sun Jan 21, 2024 5:04 pm
Forum: Kernel
Topic: Kolibri64 kernel design
Replies: 3
Views: 407

Kolibri64 kernel design

Hi all. For a long time there was an idea that it would be good to start a 64-bit KolibriOS, that would be compatible with the current 32bit version (like modern MenuetOS is backward compatible with Menuet32 apps). And I want to try to start the development. I think that in Kolibri64 we should not r...
by rgimad
Sun Jan 07, 2024 7:51 pm
Forum: Coding
Topic: KolibriLib библиотека С++
Replies: 13
Views: 83623

Re: KolibriLib библиотека С++

if(!a) { return true; } else { return false; } можно записать как return a == 0; и еще, в подобных моментах бери строки (и не только) по константным ссылкам. Зачем лишние копии, по приколу чтоли int Rename(std::string OldName, std::string NewName) { return _ksys_file_rename(OldName.c_str(), NewName...
by rgimad
Wed Jan 03, 2024 7:49 pm
Forum: Coding
Topic: как создать поток на Си
Replies: 4
Views: 22157

Re: как создать поток на Си

https://github.com/KolibriOS/kolibrios/ ... work.c#L41

и для кого делали примеры..
by rgimad
Tue Dec 26, 2023 2:30 pm
Forum: Coding
Topic: Работа с папками
Replies: 1
Views: 114

Re: Работа с папками

через системную функцию 70, она для работы с файлами и папками. <filesystem> нет потому что C++17 нет
by rgimad
Sat Dec 23, 2023 9:02 pm
Forum: Coding
Topic: как использовать newlib
Replies: 5
Views: 391

Re: как использовать newlib

Egor00f wrote: Sat Dec 23, 2023 5:30 pm чёт как то мало...
Таких программ больше, поищи в репе
by rgimad
Wed Dec 20, 2023 6:43 pm
Forum: Coding
Topic: как использовать newlib
Replies: 5
Views: 391

Re: как использовать newlib

Пример GUI программы с newlib https://websvn.kolibrios.org/listing.ph ... qr_tool%2F
by rgimad
Fri Oct 06, 2023 5:38 pm
Forum: Drivers
Topic: Помогите собрать оборудование для KolibriOS
Replies: 2
Views: 7494

Re: Помогите собрать оборудование для KolibriOS

У меня на Acer Aspire AOD257 Колибри работает хорошо, даже Ethernet
by rgimad
Mon May 01, 2023 4:35 pm
Forum: Utilities
Topic: Линейка для КолибриОС
Replies: 7
Views: 12556

Re: Линейка для КолибриОС

qullarwee wrote: Mon May 01, 2023 3:14 pm Заметил, что есть rolled-up bug.
а это как? можно поподробнее
by rgimad
Wed Dec 07, 2022 11:52 pm
Forum: Emulators
Topic: Эмулятор ядра OS Windows
Replies: 58
Views: 47663

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

Круто! Респект!!
by rgimad
Mon Oct 24, 2022 11:16 pm
Forum: Resources
Topic: Ссылки на сайты
Replies: 125
Views: 182780

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

art_zh wrote: Sun Oct 23, 2022 12:16 pm Полезный набор доков по асм-программированию под виндой
https://www.plantation-productions.com/ ... /Win32Asm/
Странный язык, помесь си с паскалем )