Search found 772 matches

by dunkaist
Mon Feb 17, 2020 3:16 pm
Forum: Coding
Topic: Помогите новичку
Replies: 1144
Views: 510513

Re: Помогите новичку

Alex2003,
you committed file "/kernel/trunk/docs/KOS help ENG/combat.log" in r7713. Could you say why we need it or remove it?
by dunkaist
Mon Feb 17, 2020 5:59 am
Forum: Multimedia
Topic: Newton fractal
Replies: 2
Views: 11967

Re: Newton fractal

Translated to fasm and added to the autobuild in r7723.

Accepts @ss parameter and can be used as a static screen saver.
by dunkaist
Mon Feb 17, 2020 2:12 am
Forum: English
Topic: Hard drive not showing
Replies: 2
Views: 3774

Re: Hard drive not showing

KolibriOS has limited SATA support.

There are two options:
  • Switch SATA controller in BIOS to LEGACY (aka COMPATIBLE) mode (not NATIVE or AHCI).
  • Use AHCI driver from Serge, read-only, incomplete: put both files to /drivers, run ahci (thread).
by dunkaist
Sun Feb 16, 2020 5:01 am
Forum: English
Topic: Will KolibriOS work on a 32-bit Asus EeePC 900?
Replies: 7
Views: 6844

Re: Will KolibriOS work on a 32-bit Asus EeePC 900?

Luposian wrote:I do not know if a floppy image will burn to an SD card properly.
It will burn but not work.

Try this image. It is prepared according to instructions in /programs/hd_load/usb_boot directory.
by dunkaist
Sun Feb 16, 2020 1:19 am
Forum: English
Topic: Will KolibriOS work on a 32-bit Asus EeePC 900?
Replies: 7
Views: 6844

Re: Will KolibriOS work on a 32-bit Asus EeePC 900?

It seems you have to try yourself :wink: .
Do you need help with booting KolibriOS?
by dunkaist
Fri Feb 07, 2020 10:41 pm
Forum: Boot-loader
Topic: Загрузчик для FAT или NTFS
Replies: 2
Views: 6728

Re: Загрузчик для FAT или NTFS

If I understand correctly, instructions from /programs/hd_load/usb_boot won't work for FAT16 because the loader MTLD_F32 can read only FAT32. I mean it's not enough to change just MBR as you suggested. But you can boot KolibriOS via syslinux loader. First follow instructions here and then write MBR ...
by dunkaist
Fri Feb 07, 2020 7:11 pm
Forum: News
Topic: Google Summer of Code 2020
Replies: 3
Views: 10532

Re: Google Summer of Code 2020

Google wrote:Organization Application Deadline
February 5, 2020
No GSoC for the project this year.

Feel free to update our ideas page for the next year.
by dunkaist
Mon Feb 03, 2020 3:42 pm
Forum: Embedded solutions
Topic: KolibriOS в BIOS ( coreboot / SeaBIOS ) на G505S - успех!
Replies: 346
Views: 257472

Re: KolibriOS в BIOS ( coreboot / SeaBIOS ) на G505S - успех!

MrNekitoshka wrote:Почитал немного тему, возник вопрос, можно ли остаться с gpt таблицей разделов?
I didn't read the thread. GPT is supported by kolibri.
For other answers wait for other people.
by dunkaist
Tue Jan 14, 2020 2:44 pm
Forum: Coding
Topic: Помогите новичку
Replies: 1144
Views: 510513

Re: Помогите новичку

Alex2003 , Why did you put a translation of /data/rus/docs/guide/ under /kernel/trunk/docs/KOS help ENG/KOSHELP SOURCE/ ? Translation of /kernel/trunk/docs/sysfuncr.txt file is in /kernel/trunk/docs/sysfuncs.txt, why to create dozens of new files and directories with duplicate information? I can vi...
by dunkaist
Tue Jan 14, 2020 2:29 pm
Forum: Distributives
Topic: На пути к KolibriN 10
Replies: 191
Views: 141896

Re: На пути к KolibriN 10

Great news!
And a big step to the next 'official' release.
by dunkaist
Wed Dec 25, 2019 7:46 pm
Forum: Design
Topic: Что за бред в системной функции?
Replies: 5
Views: 6202

Re: Что за бред в системной функции?

Calling a system function in kolibri is done in three steps: Write the function number to the register eax. For the function 0 write 0. Write parameters of the function to registers specified in corresponding documentation section. For the function 0 these are ebx, ecx, edx, esi, edi. Execute int 0x...
by dunkaist
Tue Dec 24, 2019 6:29 pm
Forum: Design
Topic: Что за бред в системной функции?
Replies: 5
Views: 6202

Re: Что за бред в системной функции?

What exactly goes wrong?
  • Your code doesn't compile
  • Your code doesn't work as expected
  • You don't understand how to write code
  • You don't understand the code of examples
  • You don't understand documentation
by dunkaist
Tue Dec 24, 2019 4:42 pm
Forum: Distributives
Topic: Where to download source code of latest version of Kolibri OS
Replies: 1
Views: 7891

Re: Where to download source code of latest version of Kolibri OS

The latest release was more than 10 years ago. Please, use an autobuild: http://builds.kolibrios.org Source can be obtained from svn://kolibrios.org via a subversion client. For console subversion client the command is as follows. svn co svn://kolibrios.org There is also websvn for quick access. or ...