Search found 772 matches

by dunkaist
Thu Jan 31, 2019 9:31 pm
Forum: News
Topic: Google Summer of Code 2019
Replies: 11
Views: 16208

Re: Google Summer of Code 2019

Feel free to update your info and tasks here.
Please, write only ideas you personally want and can mentor.
I assume 2 mentors x 2 students (4 total) is a minimum for submission.
by dunkaist
Tue Jan 29, 2019 7:42 pm
Forum: News
Topic: Google Summer of Code 2019
Replies: 11
Views: 16208

Google Summer of Code 2019

Hello,

we didn't apply last year because of lack of mentors. Same this year, right?

http://wiki.kolibrios.org/wiki/Ideas_Page
https://opensource.googleblog.com/2019/ ... -2019.html
Google wrote:The deadline to apply is February 6 at 20:00 UTC
by dunkaist
Sat Jan 26, 2019 1:17 am
Forum: Resources
Topic: Документация и справочная система
Replies: 55
Views: 59113

Re: Документация и справочная система

You want the same info as in *.txt files but with a nicer markup, right? Doing it manually is time consuming, error prone and will require more synchronization work in the future. My opinion is that there could be two similar approaches: Convert text docs into, say, AsciiDoc or ReStructuredText and ...
by dunkaist
Thu Jan 24, 2019 10:43 pm
Forum: Resources
Topic: Документация и справочная система
Replies: 55
Views: 59113

Re: Документация и справочная система

Alex2003 wrote:micro kernel
Do you really mean that microkernel or only its small size?
by dunkaist
Thu Jan 24, 2019 10:35 pm
Forum: Coding
Topic: Помогите новичку
Replies: 1144
Views: 513216

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

Not the simplest one, but with comments in both English and Russian: http://websvn.kolibrios.org/listing.php ... 9fef6ace8c
by dunkaist
Mon Jan 21, 2019 11:12 pm
Forum: Off-topic
Topic: Вопрос
Replies: 428
Views: 311184

Re: Вопрос

Antonio wrote:Всем привет,

почему загрузка с livecd в kolibri-N9 идёт быстро, а ночные сборки загружаются медленно?

Спасибо.
  1. Попробуй в старых сборках поискать ревизию, с которой начались задержки.
  2. Визуально в какой момент задержка? Как вариант, на телефон загрузку заснять для наглядности.
by dunkaist
Fri Dec 28, 2018 12:06 am
Forum: Coding
Topic: Вопрос(ы) по internals(кишкам) Колибри
Replies: 20
Views: 19860

Re: Вопрос(ы) по internals(кишкам) Колибри

Еще вопрос: может ли программа быть "не джентельменом" и модифицировать саму себя(т.е. модифицировать исполнимый файл, образ которого сейчас в памяти на исполнение)? это было бы еще удобнее чем ини файлы - антивирусов то нет) I implemented high score table in my snake game this way. Howev...
by dunkaist
Thu Dec 27, 2018 5:29 am
Forum: Coding
Topic: Вопрос(ы) по internals(кишкам) Колибри
Replies: 20
Views: 19860

Re: Вопрос(ы) по internals(кишкам) Колибри

1) lib_init нужна для загрузки импортов самого импортированного файла (и только?)? Any initialization a library needs, e.g. libimg . Or may be you want to precompute tables of magic numbers. Зачем ей передаются ссылки на функции работы с памятью? It is often easier to develop and debug a library on...
by dunkaist
Fri Nov 09, 2018 10:46 pm
Forum: Drive subsystem
Topic: GPT
Replies: 7
Views: 16342

Re: GPT

Protective MBR on your disk doesn't follow UEFI standard, the issue was not in GPT handling code. Linux allows such MBRs, so I relaxed checks.
by dunkaist
Fri Nov 09, 2018 4:04 am
Forum: Drive subsystem
Topic: GPT
Replies: 7
Views: 16342

Re: GPT

Try this workaround.
by dunkaist
Thu Nov 08, 2018 3:40 am
Forum: Drive subsystem
Topic: GPT
Replies: 7
Views: 16342

Re: GPT

I attached debug image.
Debug board photo should be enough.
by dunkaist
Wed Nov 07, 2018 9:41 pm
Forum: Drive subsystem
Topic: AHCI
Replies: 170
Views: 135972

Re: AHCI

Leency,
I need first 32kB of that HDD. Under GNU/Linux (live is okay) you can get them via

Code: Select all

# dd if=/dev/sdX of=first32k bs=1024 count=32
Replace sdX with real device name. Then attach file first32k.
by dunkaist
Wed Nov 07, 2018 1:44 pm
Forum: News
Topic: Pay for the code
Replies: 36
Views: 98252

Re: Pay for the code

GPT support was implemented between r6827 and r7270. I will show up with debug kernel this weekend. Free.
by dunkaist
Sat Nov 03, 2018 8:38 pm
Forum: Application libraries
Topic: libimg
Replies: 99
Views: 103778

Re: libimg

I fixed a bug with BMP padding reported by 0CodErr two years ago.
Check r7523.