Search found 772 matches

by dunkaist
Sat Nov 13, 2021 2:03 pm
Forum: Distributives
Topic: "Ночные" сборки KolibriOS
Replies: 1357
Views: 587667

Re: "Ночные" сборки KolibriOS

hidnplayr wrote:When the window is moved a single pixel to the right, bottom window is not redrawn.
Spoiler:VirtualBox_KolibriOS_26_12_2015_14_43_45.png
Fixed in #9221. Also, reported here and here.
by dunkaist
Sat Nov 13, 2021 1:48 pm
Forum: Miscellaneous
Topic: По удалению 43 сисфункции
Replies: 3
Views: 3265

Re: По удалению 43 сисфункции

How did you detect it isn't used? And what do you mean by 'working' programs: are there any 'non-working' programs using this sf?
by dunkaist
Sat Oct 30, 2021 6:23 pm
Forum: English
Topic: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"
Replies: 15
Views: 8749

Re: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"

I need to know what SATA/AHCI controller you have. To provide this information, please, boot r9182, run PCIDEV program and attach its photo.
Also, what type of image do you boot from: floppy, cd or hdd/flash?
by dunkaist
Sat Oct 30, 2021 3:52 am
Forum: English
Topic: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"
Replies: 15
Views: 8749

Re: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"

First use an image of r9183.
On the blue screen enable 'Duplicate debug output to the screen'; choose the biggest supported video mode; boot; take a photo of the screen; attach that photo here.

Then use the latest image, follow the same instructions and attach another photo of the screen.
by dunkaist
Sat Oct 30, 2021 3:31 am
Forum: English
Topic: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"
Replies: 15
Views: 8749

Re: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"

dunkaist wrote:Try to ... find the revision number N such that image of revision N-1 boots successfully while N doesn't.
Marcelo wrote:It works with the revision number 9182
Do I understand correctly that r9182 boots successfully and r9183 doesn't?
by dunkaist
Fri Oct 29, 2021 11:16 pm
Forum: English
Topic: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"
Replies: 15
Views: 8749

Re: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"

Follow the link I provided in my previous post. You will see many different KolibriOS images. These images differ by their type (floppy, cd, hdd/flash) and revision number (rXXXX, kind of version). The bigger that number is, the more recent version of KolibriOS it corresponds to. Try to boot images ...
by dunkaist
Fri Oct 29, 2021 8:58 pm
Forum: English
Topic: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"
Replies: 15
Views: 8749

Re: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"

Here you can find a number of older builds. Try to start from e.g. r9182 and detect the first broken revision. This way it will be easier for us to find and fix the issue.
by dunkaist
Fri Oct 29, 2021 4:16 am
Forum: English
Topic: How do I download the KolibriOS Source Code?
Replies: 2
Views: 3008

Re: How do I download the KolibriOS Source Code?

You can find links to tar.gz and zip archives on this page.
by dunkaist
Fri Oct 29, 2021 3:57 am
Forum: English
Topic: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"
Replies: 15
Views: 8749

Re: Tried to run Kolibri on my real PC but it's stuck on "Initialize system directory /sys"

What image do you boot from? What is the boot mode: BIOS or UEFI?
Try one of older images (img, iso, raw), does it work?
by dunkaist
Fri Oct 29, 2021 2:04 am
Forum: English
Topic: How do I compile and image KolibriOS
Replies: 5
Views: 3106

Re: How do I compile and image KolibriOS

I also tried to add more apps to kolibrios.img, but the format is quite small and I cannot add something new. KolibriOS floppy image (kolibri.img) is limited to be 1.44M by design, there is no way to increase it. You have to use a CD or HDD/Flash images if you need more storage. I made a .img file ...
by dunkaist
Thu Oct 28, 2021 5:10 pm
Forum: English
Topic: How do I compile and image KolibriOS
Replies: 5
Views: 3106

Re: How do I compile and image KolibriOS

viewtopic.php?f=23&t=4379

What have you tried and what error did you get?
by dunkaist
Fri Oct 22, 2021 4:09 pm
Forum: HLL
Topic: Drop extra compilers
Replies: 21
Views: 46787

Re: Drop extra compilers

Unfortunately, Serge's toolchain without Serge is an outdated binary blob: nobody knows how to compile or update it.
by dunkaist
Fri Oct 22, 2021 3:41 pm
Forum: Kernel
Topic: Внедрение графических кодеров/декодеров в ядро?
Replies: 12
Views: 9465

Re: Внедрение графических кодеров/декодеров в ядро?

There exists a dynamic library loader by Coldy. Search the board or contact him for details.

If you find the current way of library loading inconvenient, it is still not a reason to put application libraries to the kernel.
by dunkaist
Mon Oct 18, 2021 10:06 pm
Forum: Kernel
Topic: Внедрение графических кодеров/декодеров в ядро?
Replies: 12
Views: 9465

Re: Внедрение графических кодеров/декодеров в ядро?

Are you aware of libimg? What are benefits of putting it into the kernel?