Search found 772 matches

by dunkaist
Tue Dec 19, 2023 10:56 pm
Forum: Kernel
Topic: Booting kernel
Replies: 14
Views: 223965

Re: Booting kernel

bzt,

Sorry, I still can't get your patch working. Maybe I'm doing something wrong but the kernel doesn't boot from floppy or hdd. If you're sure it works, feel free to commit, I sent your svn login/pass to you in a private message. I'm going to be afk for a week around Christmas.
by dunkaist
Fri Dec 15, 2023 10:25 am
Forum: Kernel
Topic: Booting kernel
Replies: 14
Views: 223965

Re: Booting kernel

I agree to use the only short form of the version as the kernel's magic bytes. I'd also ask you to change 'Kolibri OS' to 'KolibriOS' in that string and add another padding byte. KolibriOS seems to be our official spelling. It's not a formal thing but still. It does for sure with my patch. In bootco...
by dunkaist
Wed Dec 13, 2023 10:33 am
Forum: Kernel
Topic: Booting kernel
Replies: 14
Views: 223965

Re: Booting kernel

Hi bzt , Since you're so interested in having this done, I agree to put some effort too. 1. I tried your unified_kernel.zip patch and it doesn't compile. flat assembler version 1.73.31 (16384 kilobytes memory, x64) uefi64kos.asm [1015]: cmp 'Koli', dword [eax + 3] processed: cmp 'Koli',dword[eax+3] ...
by dunkaist
Mon Dec 11, 2023 10:07 am
Forum: Kernel
Topic: Booting kernel
Replies: 14
Views: 223965

Re: Booting kernel

Hi bzt , Thank you for your patch. My understanding is, this separation was done by dunkaist, because his UEFI loader didn't know where the BIOS code ends. If you don't mind, my I suggest a different solution? It only increases the kernel's size by 7 bytes, but makes the file separation unnecessary....
by dunkaist
Mon Dec 11, 2023 9:11 am
Forum: Boot-loader
Topic: How to boot Kolibri in protected mode?
Replies: 2
Views: 494

Re: How to boot Kolibri in protected mode?

Hi bzt , Thank you for your interest in KolibriOS. In this latter, I have launcher_start = 1, rd_read_from = 3, sys_disk = r0, syspath = "/rd/0/". What am I missing? You missed that partition numbers start from 1, not from 0. Perhaps, you missed it because rd is just rd , not rd0 like hd0 ...
by dunkaist
Fri Nov 03, 2023 5:31 am
Forum: News
Topic: Нововведения на сайте
Replies: 365
Views: 470074

Re: Нововведения на сайте

Jurgen, fixed.

Freeman wrote: Mon Oct 23, 2023 4:11 pm Криво обновилось.
Возможно.
Freeman wrote: Mon Oct 23, 2023 4:11 pm В логе PHP может есть конкретная ошибка?
К сожалению, это и есть конкретная ошибка из лога PHP.
by dunkaist
Sat Oct 14, 2023 12:13 am
Forum: News
Topic: Нововведения на сайте
Replies: 365
Views: 470074

Re: Нововведения на сайте

Если дело в движке, то только в подпись добавлять ссылку.
by dunkaist
Fri Oct 13, 2023 5:36 pm
Forum: News
Topic: Нововведения на сайте
Replies: 365
Views: 470074

Re: Нововведения на сайте

Freeman wrote: Fri Oct 13, 2023 12:49 pm А почему больше нигде не отображаются ссылки на сайты участников? Ни в ответах, ни даже в профиле?
О чём речь, что за ссылки? Только в новой теме пропало или в старой тоже?
by dunkaist
Fri Oct 13, 2023 3:04 am
Forum: Design and decoration
Topic: Enhance the system font (8x16)
Replies: 8
Views: 62302

Re: Enhance the system font (8x16)

Yes, fonts' sources in /programs/other/font_conv should be the original ones. You can verify this by producing binaries and comparing them. The reason why kernel directory has only binaries is not to require font_conv for building the system. Of course, we can move fonts' sources to /kernel/trunk an...
by dunkaist
Thu Oct 05, 2023 12:32 pm
Forum: Design and decoration
Topic: Enhance the system font (8x16)
Replies: 8
Views: 62302

Re: Enhance the system font (8x16)

ace_dent wrote: Wed Oct 04, 2023 7:29 pm Do you know where the smaller (6x9px) system font is...?
The smaller fonts are in /programs/other/font_conv. Also, look at /contrib/other/font_conv
by dunkaist
Wed Oct 04, 2023 3:10 pm
Forum: Kernel
Topic: Рефакторинг ядра
Replies: 36
Views: 84717

Re: Рефакторинг ядра

Ok, but when formatting is complete, all other disk partitions will be unmounted to change the partition table. There are two options. 1. No implicit MBR or GPT changes are allowed. If the user formats a partition, only that partition is changed. If the user decides to update an MBR or GPT, first a...
by dunkaist
Wed Oct 04, 2023 6:01 am
Forum: Design and decoration
Topic: Enhance the system font (8x16)
Replies: 8
Views: 62302

Re: Enhance the system font (8x16)

Can I confirm, the bitmap data is stored in this binary file: `programs/develop/libraries/fontslib/trunk/font_8x16.fon` ...? Pathoswithin , where is the source of /kernel/trunk/gui/charUni.mt and how to compile it to charUni.mt? 1. What is the KOS preferred hexadecimal format `0xFF` or `$FF`? Up to...
by dunkaist
Mon Oct 02, 2023 10:45 am
Forum: News
Topic: Pay for the code
Replies: 36
Views: 97692

Re: Pay for the code

You can pick any task mentioned in the opening post. Feel free to ask questions here or in our telegram group t.me/kolibri_os
by dunkaist
Sat Sep 30, 2023 8:15 am
Forum: Kernel
Topic: Рефакторинг ядра
Replies: 36
Views: 84717

Re: Рефакторинг ядра

Функции изменения данных о разметке дисков. Это необходимо например при форматировании для изменения типа фс раздела I don't think this logic should be in the kernel. Having the above mentioned functions implemented, this particular logic can be easily done in userspace. Описание процесса открытия ...
by dunkaist
Sat Sep 30, 2023 6:59 am
Forum: English
Topic: Improving English documentation
Replies: 12
Views: 31665

Re: Improving English documentation

Hi ace_dent,

I commented on your PR/bug. When addressed, feel free to commit to trunk.