Ideas Page: Difference between revisions

From KolibriOS wiki
Jump to navigation Jump to search
(Added Burer to mentors list)
 
(62 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== Introduction ==
== Introduction ==
This is our ideas page for new developers.
This is our ideas page for new developers who want to participate in the Google Summer of Code event by contributing to KolibriOS. It also contains a description of the process and requirements to participate.<br>
A general information about Google Summer of Code can be found here: [https://summerofcode.withgoogle.com/ Google Summer of Code]
 
== Google Summer of Code'25 Contributor Requirements ==
Prospective contributors are required to register [https://board.kolibrios.org on our developers forum] and submit a small bugfix / improvement [[Get_source_code|to our Git]] in order for their application to be considered. Examples of such tasks can be obtained by asking on the developers forum or on our IRC channel (#kolibrios @ irc.libera.chat), [https://discord.com/invite/FeB2NvE6bF Discord server] or [https://t.me/kolibri_os Telegram chat]. This requirement is only to show us that you are able to work with [[Get_source_code|our Git]] and interact with our developers if you are selected.<br>
'''This task has to be completed before contributor proposal deadline (8 April 18:00 UTC).'''
<p>
In addition, contributors need to answer the following questions when applying:
# Full Name (First + Last Name).
# E-mail address.
# Nickname you plan to use on our forums, Git repository or IRC chat.
# Age.
# Country + city of residence (Russia and Belarus residence are not allowed according to GSoC terms)
# Human languages you speak (write all languages and knowledge level - basic/intermediate/expert/mother tongue).
# Name of college or university you are accepted into or enrolled in + link to their website (if applicable).
# Name of program (or faculty, or department) in that college/university you are accepted into or enrolled in (if applicable).
# Your current timezone in UTC/GMT terms (for example, Paris is UTC/GMT +1 hours right now).
# Have you been involved with any open-source project in the past? If yes, which one, and what have you done for that project?
# Code samples - please provide links to code that you have written. It can be your high school project, contribution to open-source organization, your college/university task or anything like that.
# The task you are willing to work on from our list of Summer of Code 2025 ideas (or suggest your own idea, if you don't like any of the proposed ideas).
# What other time commitments, such as school work, another job, planned vacation, etc., will you have between May 8 and November 19?
</p>


== Organization ==
== Organization ==


You can find the organizers at our forum: http://board.kolibrios.org/
You can find the organizers at our forum: https://board.kolibrios.org


{| class="wikitable"
{| class="wikitable"
Line 14: Line 35:
|[[User:dunkaist|dunkaist]]
|[[User:dunkaist|dunkaist]]
|Administrator, Mentor
|Administrator, Mentor
|-
|Jeffrey Amelynck
|[[User:Hidnplayr|hidnplayr]]
|Mentor, Backup Administrator
|-
|-
|Dmitriy Smirnov
|Dmitriy Smirnov
|Pathoswithin
|Pathoswithin
|Mentor, (Administrator)
|Mentor
|-
|-
|Serhii Sakhno
|Serhii Sakhno
Line 27: Line 52:
|C-- Mentor
|C-- Mentor
|-
|-
|Konstantin Pakhtusov
|Vladyslav Tytarchuk
|[[User:KPG|KPG]]
|Burer
|Mentor (Forth)
|Mentor
|}
|}


Line 50: Line 75:
! Mentors
! Mentors
|-
|-
| [[#OpenBios_in_Loader|OpenBios in Loader]]
| [[#File_system improvement|File system improvement]]
| Kernel/Application
| Forth, FASM (Assembler), C
|
|-
| [[#File_system|File system]]
| Kernel/Application
| Kernel/Application
| FASM (Assembler)
| FASM (Assembler)
Line 65: Line 85:
| dunkaist
| dunkaist
|-
|-
| [[#Port_Mbed_TLS|Port Mbed TLS]]
| [[#Finish Mbed TLS port|Finish Mbed TLS port]]
| Library
| Library
| C/FASM
| C, FASM (Assembler)
| Punk_Joker
| Punk_Joker
|-
|-
Line 75: Line 95:
| Punk_Joker
| Punk_Joker
|-
|-
| [[#Quark_Code_editor|Quark Code editor]]
| [[#FASMG port|FASMG port]]
| Application
| C--
| Leency
|-
| [[#Fasmg_port|Fasmg port]]
| Application
| Application
| FASM/FASMG (Assembler)
| FASM/FASMG (Assembler)
Line 104: Line 119:
| FASM (Assembler)
| FASM (Assembler)
| dunkaist
| dunkaist
|-
| [[#Add HTML forms to WebView|Add HTML forms to WebView]]
| Application
| C--
| Leency
|-
| [[#J2ME Emulator|J2ME Emulator]]
| Application
| C, Java
| dunkaist
|-
| [[#Rust library development for KolibriOS|Rust library development for KolibriOS]]
| Library
| Rust, FASM (Assembler)
| dunkaist
|-
| [[#WebAssembly runtime development|WebAssembly runtime development]]
| Library
| FASM (Assembler)
| dunkaist
|-
| [[#MIDI subsystem implementation|MIDI subsystem implementation]]
| System wide
| FASM (Assembler)
| dunkaist
|-
| [[#Git client development|Git client development]]
| Library/Application
| FASM (Assembler)
| dunkaist
|-
|}
|}


<!--
=== OpenBios in Loader ===
=== OpenBios in Loader ===
OpenBIOS is a free, portable implementation of [https://archive.org/details/ieee_std_1275_1994_standard_for_boot_initialization_configur IEEE 1275-1994 (Open Firmware)]. [http://www.openbios.org/ Find detailed information about OpenBIOS]
<p>'''General Description'''</p>
OpenBIOS can replace your system firmware (BIOS) partly or completely. It can also be used as a bootloader to create an Open Firmware compatible
OpenBIOS is a free, portable implementation of [https://archive.org/details/ieee_std_1275_1994_standard_for_boot_initialization_configur IEEE 1275-1994 (Open Firmware)]. [http://www.openbios.org/ Find detailed information about OpenBIOS] OpenBIOS can replace your system firmware (BIOS) partly or completely. It can also be used as a bootloader to create an Open Firmware compatible interface between legacy firmware and an operating system. This is achieved by a modular concept that consists of a portable Forth kernel and three interfaces for user interaction, device initialization and client (operating system) control in command line like shell in Linux.  
interface between legacy firmware and an operating system.
<p>'''What it gives us'''</p>
This is achieved by a modular concept that consists of a portable Forth kernel and three interfaces for user interaction, device initialization
OpenBios implentation Fcode [https://www.openbios.org/Forth/FCode] has small bytecode, is hardware independent and efficient. And an evaluator (bytecode virtual machine) is almost trivial to implement or/and with possible an uses JIT technology. So it is great way to implement a unified and functional bootloader for KolibriOS.
and client (operating system) control in command line like shell in Linux.
<p>'''Other information'''</p>
OpenBios implentation Fcode [https://www.openbios.org/Forth/FCode] - Bytecode is small, hardware independent and efficient. And an evaluator (bytecode virtual machine) is almost trivial to implement or/and with possible an uses JIT technology.
* Goals:
* Primary goal: Add OpenBios ("Forth") support to the system bootloader.
** Primary: Add OpenBios ("Forth") support to the system bootloader.
* Additional goal: Create simple interactive more device drivers  
** Additional: Create simple interactive more device drivers.
* Language: Forth, FASM (Assembler), C
* Language: '''Forth, Assembler/FASM, C'''.
* Links: [https://github.com/openbios Openbios Firmware in Github]
* Difficulty: '''Hard''', you need to be familiar with how BOIS systems and OS loaders work in general.
* Time/Size: '''175 hours'''.
* Links:
** [https://github.com/openbios OpenBios Firmware on GitHub]
-->
=== File system improvement ===
<p>'''General Description'''</p>
KolibriOS has already implemented support for many file systems, both write and read, but at the same time support for some systems leaves a lot to be desired and opens up a vast scope for work.
<p>'''What it gives us'''</p>
Support for more file systems, particularly write support, will greatly expand the functionality of KolibriOS, especially when working with files on third-party drives.
<p>'''Other information'''</p>
* Goals:
** Primary: Add write support for ext4 file system (ext4 reading and ext2 writing are already supported).
** Additional: Improve write support for NTFS file system.
* Language: '''Assembler/FASM'''.
* Difficulty: '''Intermediate''', you need to be familiar with how file systems work in general, and writing drivers.
* Time/Size: '''175 hours'''.
* Links:
** [https://ext4.wiki.kernel.org/index.php/Ext4_Disk_Layout Ext4 Disk Layout]
** [https://dubeyko.com/development/FileSystems/NTFS/ntfsdoc.pdf NTFS documentation]
** [https://wiki.kolibrios.org/wiki/Development#Driver_development Driver development for KolibriOS]
 
=== Widget toolkit expansion ===
<p>'''General Description'''</p>
At the moment KolibriOS has its own library (box_lib) for implementing various GUI widgets (input fields, checkboxes, scrolls, etc.). However, its functionality is far from complete, and its extension would be very useful for further application development.
<p>'''What it gives us'''</p>
Extended functionality of the library would help developers in the future to create applications with more complex interface, spending less effort on it, as well as to unify interface components in existing applications.
<p>'''Other information'''</p>
* Goals:
** Primary: Extend box_lib (a set of separate widgets) to create a full-featured widget toolkit, design it's architecture and implement focus handling, callbacks and other core ideas.
** Additional: Integrate created box_lib widgets to the C-framework, extend framework with font handling, layout manager
* Language: '''Assembler/FASM, C''' (Framework).
* Difficulty: '''Intermediate''', you need to be familiar with library development and FASM Assembler.
* Time/Size: '''175 hours'''.
* Links:
** [http://en.wikipedia.org/wiki/Widget_toolkit Baic idea]
** [http://en.wikipedia.org/wiki/List_of_widget_toolkits List of toolkits]
** [https://git.kolibrios.org/KolibriOS/kolibrios/src/commit/4cfb1a27b5e224b29faa575564fd1b98eaea00ec/programs/develop/libraries/box_lib box_lib source code on KolibriOS Gitea]
** [https://github.com/KolibriOS/kolibrios/tree/main/programs/develop/libraries/box_lib box_lib source code on KolibriOS GitHub]
 
=== Finish Mbed TLS port ===
<p>'''General Description'''</p>
Mbed TLS is an implementation of the TLS and SSL protocols and associated cryptographic algorithms and support code that aims to be "easy to understand, use, integrate and extend".
<p>'''What it gives us'''</p>
The implementation of MbedTLS support will significantly expand the capabilities of the KolibriOS networking stack and allow it to be used in more networking scenarios, for example, HTTPS support.
<p>'''Other information'''</p>
* Goals:
** Primary: Finish MbedTLS port (headers for FASM, get ceritificates working) ([https://board.kolibrios.org/viewtopic.php?p=76983#p76983 TODOs]).
** Additional: Update HTTP library (written in FASM) to support HTTPS by using mbedtls.obj.
* Language: '''C, Assembler/FASM'''.
* Difficulty: '''Intermediate''', you need to be familiar with library porting.
* Time/Size: '''175 hours'''.
* Links:  
** [https://board.kolibrios.org/viewtopic.php?p=76983 Mbed TLS port thread on KolibriOS forum]
** [https://github.com/Mbed-TLS/mbedtls Mbed TLS source code on GitHub]
 
=== FLTK Port ===
<p>'''General Description'''</p>
FLTK, or Fast Light Toolkit, is a cross-platform GUI toolkit. It is designed to provide modern GUI functionality without overkill and supports 3D graphics via OpenGL and native GLUT emulation.
<p>'''What it gives us'''</p>
FLTK provides a wide and convenient enough choice of plugins to implement a complex GUI, and is also cross-platform, and therefore its support in KolibriOS will make it easier to write applications. Also, compared to other UI libraries, FLTK uses a lighter design and is limited to GUI functionality.
<p>'''Other information'''</p>
* Goals:
** Primary: Make a working port of FLTK widget library and add it to the automatic build system.
** Additional: Port Scintilla source code editing component (minimum working version).
* Language: '''C++, C--, Assembler/FASM'''
* Difficulty: '''Intermediate''', you need to be familiar with library porting.
* Time/Size: '''175 hours'''.
* Links:
** [https://www.fltk.org/ FLTK official site]
** [https://www.scintilla.org/ScintillaDoc.html Scitnilla official documentation]
 
=== FASMG port ===
<p>'''General Description'''</p>
In 2018 Tomasz Gryshtar (creator of FASM) introduced FASMG, a new assembler engine with more advanced features for simplified writing of complex code. It is quite a powerful and useful tool, and so it would be nice to support its new syntax in KolibriOS.
<p>'''What it gives us'''</p>
The kernel, drivers and many programs in KolibriOS are written exactly in FASM Assembler, and porting FASMG would make life easier for developers who work on improving the OS functionality.
<p>'''Other information'''</p>
* Goals:
** Primary: Write FASMG application like FASM one. Port standard KolibriOS macros to FASMG syntax.
** Additional: Implement macros for compatibility with FASM.
* Language: '''Assembler/FASM/FASMG'''
* Difficulty: '''Intermediate''', you need to be familiar with FASM Assembly language.
* Time/Size: '''175 hours'''.
* Links:
** [https://flatassembler.net/docs.php?article=fasmg FASMG overview],
** [https://flatassembler.net/docs.php?article=fasmg_manual FASMG manual]
 
=== Unicode library ===
<p>'''General Description'''</p>
Unicode is a character encoding standard that includes characters from almost all written languages of the world. The standard is currently prevalent on the Internet and is also frequently used in modern operating systems. The main advantage of Unicode is that it supports a huge number of characters, which allows it to be used for encoding and storing almost any textual information.
<p>'''What it gives us'''</p>
Unicode is a large and complex standard, nevertheless, modern OS should provide libraries with Unicode related routines like NFC, NFD, sorting, comparing, etc. Support for this standard in KolibriOS would greatly increase its compatibility with various data sources, and make new application scenarios available.
<p>'''Other information'''</p>
* Goals:
** Primary: Write a tiny Unicode library with core Unicode algorithms and example application.
** Additional: Update existing applications to use the new library.
* Language: '''Assembler/FASM'''
* Difficulty: '''Intermediate''', you need to be familiar with writing libraries and FASM Assembler language.
* Time/Size: '''175 hours'''.
* Links:
** [https://unicode.org/standard/standard.html Official Unicode documentation]
** [https://git.suckless.org/sbase/files.html Some example of Unicode library (libutf folder)]
 
=== VirtIO driver ===
<p>'''General Description'''</p>
VirtIO is a virtualization standard for network and disk device drivers where just the guest's device driver "knows" it is running in a virtual environment, and cooperates with the hypervisor. This enables guests to get high performance network and disk operations, and gives most of the performance benefits of paravirtualization.
<p>'''What it gives us'''</p>
Because there is no easy way to automatically install KolibriOS on a hard disk, it is often used specifically in a virtualized environment, and therefore improving support and device performance in this situation would be extremely beneficial to it.
<p>'''Other information'''</p>
* Goals:
** Primary: Write kernel driver for any VirtIO device, for example - Ethernet card.
** Additional: Also write drivers for any another VirtIO devices.
* Language: '''Assembler/FASM'''
* Difficulty: '''Intermediate''', you need to be familiar with writing drivers and FASM Assembly language.
* Time/Size: '''175 hours'''.
* Links:
** [https://wiki.libvirt.org/page/Virtio Virt-IO wiki]
** [https://wiki.kolibrios.org/wiki/Development#Driver_development Driver development for KolibriOS]
 
=== Loop device driver ===
<p>'''General Description'''</p>
Loop device, vnd (vnode disk), or lofi (loop file interface) is a pseudo-device that makes a computer file accessible as a block device. After mounting a file that holds a file system, the files in that system can be accessed through the usual file system interface of the operating system, without any need for special functionality, such as reading and writing to ISO images, in applications.
<p>'''What it gives us'''</p>
Loop device drivers allow for mounting a file that holds a file system, making the files within that file system accessible. It also provides a block device on top of a file (or another block device, optionally with remapping). Lastly, if the file contains an encrypted file system, the loop device can be the decrypted version of the original encrypted file and can therefore be mounted as if it were a normal file system.
<p>'''Other information'''</p>
* Goals:
** Primary: Write loop device driver and example application to manage loop devices.
** Additional: Prepare a set of disk images to be used in filesystem unit tests.
* Language: '''Assembler/FASM'''.
* Difficulty: '''Intermediate''', you need to be familiar with writing drivers and FASM Assembly language.
* Time/Size: '''175 hours'''.
* Links:
** [https://en.wikipedia.org/wiki/Loop_device Loop device overview]
** [https://wiki.kolibrios.org/wiki/Development#Driver_development Driver development for KolibriOS]
 
=== RSS/Atom news reader ===
<p>'''General Description'''</p>
RSS and Atom are web feeds that allow users and applications to access updates of websites in a standardized, computer-readable format. For the average user, it can be used primarily as a news/update feed, where the user can subscribe to channels of interest and receive news or other updates from different sources in one place. They are based on XML and can easily be processed using AsmXml library. User application for reading RSS/Atom feeds would be a good addition to usability of KolibriOS, as it will allow users to read news feeds from different sources without need to manually open news websites.
<p>'''What it gives us'''</p>
RSS/Atom feed can be a great addition to the KolibriOS functionality, as it allows users to conveniently receive updates from different sources, including even on very weak devices, where opening the source of interest in the browser is impossible or problematic.
<p>'''Other information'''</p>
* Goals:
** Primary: Write RSS news reader as a standalone KolibriOS application.
** Additional: Also add Atom standart support to the app.
* Language: Any, but '''Assembly/FASM''' is preferable.
* Difficulty: '''Easy''', you need to be familiar with XML processing and HTTP requests, as well as general app development for KolibriOS.
* Time/Size: '''90 hours'''.
* Links:
** [https://en.wikipedia.org/wiki/RSS RSS on Wikipedia]
** [https://en.wikipedia.org/wiki/Atom_(web_standard) Atom on Wikipedia]
** [https://github.com/AboutRSS/ALL-about-RSS Big amont of information and implementation examples]
** [https://www.rssboard.org/rss-specification RSS specification]
** [https://www.ietf.org/rfc/rfc4287.txt Atom specification]
** [http://tibleiz.net/asm-xml/ AsmXml library]


=== File system ===
=== Add HTML forms support to WebView ===
* Primary goal: Add write support for ext4 file system (ext4 reading and ext2 writing are already supported).
<p>'''General Description'''</p>
* Additional goal: Improve write support for NTFS file system.
Despite supporting many basic HTML features, the WebView browser does not currently support HTML forms (<form>, <input>, etc.). This makes its use extremely limited and prevents it from utilizing the functionality of many popular sites. Therefore, it would be great to implement this functionality in WebView.
* Language: FASM (Assembler)
<p>'''What it gives us'''</p>
* Links: [https://ext4.wiki.kernel.org/index.php/Ext4_Disk_Layout Ext4 Disk Layout]
Because of the lack of form support, WebView can't even use search engines directly (currently only indirect use of Google in the address bar is possible). This alone would be a great addition to its capabilities and would make its use much more convenient and intuitive. In addition, forms could also be used on sites like online libraries or forums, thus giving KolibriOS users a more complete access to the Internet.
<p>'''Other information'''</p>
* Goals:
** Primary: Add support for <form>, <input> tags for types that was prior to HTML5.
** Additional: Add input types that was introduced in HTML5.
* Language: '''C--'''.
* Difficulty: '''Easy''', you need to be familiar with HTML parsing and web requests.
* Time/Size: '''90 hours'''.
* Links:  
** [https://html.spec.whatwg.org/multipage/forms.html HTML forms specification]
** [https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/programs/cmm/browser WebView source code on KolibriOS Gitea]
** [https://github.com/KolibriOS/kolibrios/tree/main/programs/cmm/browser WebView source code on GitHub]


=== Widget toolkit ===
=== J2ME Emulator ===
* Primary goal: Extend Box_lib (a set of separate widgets) to create a full-featured widget toolkit, design architecture and implement focus handling, callbacks and other core ideas.
<p>'''General Description'''</p>
* Additional goal: Integrate created box_lib widgets to the C-framework, extend framework with font handling, layout manager
J2ME (Java Platform, Micro Edition) is a version of the Java platform for devices with limited resources, such as cell phones, pocket computers, etc. It was especially popular in the 00s, when most mobile phones ran on it. Accordingly, a large number of software for this platform was created at that time, and it would be quite nice to have its support in KolibriOS.
* Language: FASM (Assembler), C (framework)
<p>'''What it gives us'''</p>
* Links: [http://en.wikipedia.org/wiki/Widget_toolkit basic idea], [http://en.wikipedia.org/wiki/List_of_widget_toolkits list of toolkits]
There are already quite a lot of emulators for various retro platforms, which makes it possible to use it, including for retro gaming. Therefore, support for another popular platform will certainly not hurt, especially since in addition to a lot of great games for J2ME also released other programs that can be useful.
<p>'''Other information'''</p>
* Goals:
** Primary: Port JVM and java.microedition.* runtime.
** Additional: Make it run most of popular J2ME games.
* Languages: '''C''', '''Java'''.
* Difficulty: '''Hard''', you need to be familiar with emulators porting and Java Runtime Enviroment.
* Time/Size: '''350 hours'''.
* Links:  
** [https://www.oracle.com/java/technologies/javameoverview.html J2ME official website]
** [https://nikita36078.github.io/J2ME_Docs/ Non-official J2ME documentation]
** [https://github.com/digitalgust/miniJVM miniJVM - open-source Java virtual machine implementation]
** [https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/programs/emulator Source code of other emulators in KolibriOS on Gitea, as possible referece]
** [https://github.com/KolibriOS/kolibrios/tree/main/programs/emulator Source code of other emulators in KolibriOS on GitHub, as possible referece]


=== Port Mbed TLS ===
=== Rust library development for KolibriOS ===
* Primary goal: Make a working port of Mbed TLS (previously PolarSSL) as native KolibriOS MS COFF library and add it to the automatic build-system.
<p>'''General Description'''</p>
* Additional goal: Update HTTP library (written in FASM) to support HTTPS.
At the moment, the Rust library for KolibriOS is in the early stages of development - it doesn't support all system functions, and it doesn't know how to work with system libraries. You can do a great thing, and help in the design and development of this library!
* Language: C/FASM
<p>'''What it gives us'''</p>
* Links: [http://board.kolibrios.org/viewtopic.php?f=40&t=2460 Forum thread about polarSSL], [http://websvn.kolibrios.org/listing.php?repname=Kolibri+OS&path=%2Fprograms%2Fdevelop%2Flibraries%2Fhttp%2F&#a12c8a35f2062865521028a57a419b4e8 HTTP library on WebSVN]
Rust is a modern programming language that has been actively gaining popularity in recent years, and the number of its users is growing. In addition, it is positioned as fast and compact, which fits perfectly with the KolibriOS ideology. Therefore, it would be very good to have its support as another tool for potential developers.
<p>'''Other information'''</p>
* Goals:
** Primary: Implement other system functions support. Make wrappers for DLL's.
* Languages: '''Rust''', '''Assembly/FASM (optional)'''.
* Difficulty: '''Intermediate''', you need to be familiar with Rust development.
* Time/Size: '''350 hours'''.
* Links:
** [http://wiki.kolibrios.org/wiki/Ru/api/kernel KolibriOS kernel API (ru)] or [https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk/docs/sysfuncs.txt sysfuncs.txt]
** [http://wiki.kolibrios.org/wiki/Library/ru KolibriOS libraries (ru)]
* Working repository:
** [https://git.kolibrios.org/Rust/Core Git]


=== Port FLTK ===
=== WebAssembly runtime development ===
* Primary goal: Make a working port of FLTK (widget library) and add it to the automatic build-system.
<p>'''General Description'''</p>
* Additional goal: port Scintilla (minimum working version)
WebAssembly is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages such as C/C++, C# and Rust with a compilation target so that they can run on the web. A proper runtime will allow running such code in KolibriOS without need of massive rewrite and adaptation.
* Language: C
<p>'''What it gives us'''</p>
* Links: [https://www.fltk.org/ Official site]
WebAssembly is a unique tool, that combines the performance of low-level languages and web portability, as it allows running tons of programs written in multiple languages in one single runtime. Thus, it will be a great addition for such a system as KolibriOS, where performance and compact size are very important.
<p>'''Other information'''</p>
* Goals:
** Primary: Implement minimalistic WASM runtime.
* Languages: '''Assembly/FASM'''.
* Difficulty: '''Intermediate''', you need to be familiar with WASM and runtime technologies.
* Time/Size: '''175 hours'''.
* Links:
** [https://webassembly.github.io/spec/core/ Official WASM specification]
** [https://wasi.dev/ WebAssembly developer's guide]
** [https://board.flatassembler.net/topic.php?t=19711 "Hello world" example of WASM implementation on FASM forum]


=== Quark Code editor ===
=== MIDI subsystem implementation ===
Goals:  
<p>'''General Description'''</p>
* text edit support
Musical Instrument Digital Interface (MIDI) is a standard to transmit and store music, originally designed for digital music synthesizers. MIDI does not transmit recorded sounds. Instead, it includes musical notes, timings and pitch information, which the receiving device uses to play music from its own sound library.
* syntax highlight support
<p>'''What it gives us'''</p>
* add tabs
Previously, KolibriOS had limited support of MIDI, allowing to play mono-tone compositions through the system speaker. A new proper subsystem with the possibility of playing sound through dynamics and having multiple instrument support would greatly increase the possibilities of KolibriOS as a multimedia system.
<p>'''Other information'''</p>
* Goals:
** Primary: Implement a MIDI-to-audio synthesizer (like fluidsynth, for example).
** Secondary: Develop a proper compositions player with support for MIDI files.
* Languages: Any, but '''Assembly/FASM''' is preferable.
* Difficulty: '''Intermediate''', you need to be familiar with MIDI format, as well as general audio signal processing.
* Time/Size: '''175 hours'''.
* Links:
** [https://midi.org/specs Official MIDI specification]
** [https://github.com/FluidSynth/fluidsynth FluidSynth software synthesizer source code]


Language: C--, Assembler/FASM
=== Git client development ===
<p>'''General Description'''</p>
Git is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to track changes in the source code, enabling multiple developers to work together on non-linear development.
<p>'''What it gives us'''</p>
Git is the most popular version control system, and it is also the version control system used in KolibriOS development. Thus, an in-system Git client will not only make the system more attractive for tech-enthusiasts, but also make development of KolibriOS and software for it much easier.
<p>'''Other information'''</p>
* Goals:
** Primary: Implement a working Git client with support for main version control functionality.
** Secondary: Add functionality of SSH authorization to work with protected repositories.
* Languages: Any, but '''Assembly/FASM''' is preferable.
* Difficulty: '''Intermediate''', you need to be familiar with web-protocols, such as HTTP and SSH, as well as general software development.
* Time/Size: '''175 hours'''.
* Links:
** [https://git-scm.com/docs/git Official Git documentation]
** [https://github.com/libgit2/libgit2 Example of Git library implementation in pure C]


=== Fasmg port ===
== Completed Ideas ==
Tomasz Grysztar (creator of FASM) [https://flatassembler.net/docs.php?article=fasmg introduced] FASMG, a new assembler engine. It would be nice to support its new syntax in KolibriOS.
* Primary goal: Write FASMG application like FASM one. Port standard KolibriOS macros to FASMG syntax.
* Additional goal: Implement macros for compatibility with FASM.
* Language: Assembler/FASM/FASMG
* Links: [https://flatassembler.net/docs.php?article=fasmg FASMG overview], [https://flatassembler.net/docs.php?article=fasmg_manual FASMG manual]


=== Unicode library ===
Below are examples of ideas successfully completed during KolibriOS's previous participation in GSoC.
Unicode is a huge and sophisticated standard. Nevertheless modern OS should provide libraries with Unicode related routines like NFC, NFD, sorting, comparing, etc.
* Primary goal: Write a tiny Unicode library with core Unicode algorithms and example application.
* Additional goal: Upgrade existing applications to use the new library.
* Language: Assembler/FASM
* Links: [http://git.suckless.org/libutf/ libutf]


=== Virt-IO driver ===
=== GSoC 2024 ===
Virtio is a virtualization standard for network and disk device drivers where just the guest's device driver "knows" it is running in a virtual environment, and cooperates with the hypervisor. This enables guests to get high performance network and disk operations, and gives most of the performance benefits of paravirtualization.  
* [https://summerofcode.withgoogle.com/programs/2024/projects/U7cf4oma SDL2 library port] was succesfully completed by [https://board.kolibrios.org/memberlist.php?mode=viewprofile&u=14954 arnavbhatt288].
* Primary goal: Write kernel driver for, say, virt-io Ethernet card.
* [https://summerofcode.withgoogle.com/programs/2024/projects/W1VYwf7j NVMe driver implementation] was succesfully completed by [https://board.kolibrios.org/memberlist.php?mode=viewprofile&u=15061 ramenu].
* Additional goal: Write more drivers.
For more information see [[GSoC 2024 Results]].
* Language: Assembler/FASM
KolibriOS Project Team at [https://summerofcode.withgoogle.com/archive/2024/organizations/kolibrios-project-team GSOC'2024].
* Links: [https://wiki.libvirt.org/page/Virtio Virt-IO wiki]


=== Loop device driver ===
=== GSoC 2016 ===
* Primary goal: Write loop device driver and example application to manage loop devices.
* [https://summerofcode.withgoogle.com/archive/2016/projects/6132971438342144 Bit torrent client] was successfully completed by [http://board.kolibrios.org/memberlist.php?mode=viewprofile&u=6843 Utsav_Chokshi].
* Additional goal: Prepare a set of disk images to be used in filesystem unit tests.
* [https://summerofcode.withgoogle.com/archive/2016/projects/6252078934523904 GUI-based FTP client] was successfully completed by [http://board.kolibrios.org/memberlist.php?mode=viewprofile&u=6844 nisargshah95].
* Language: Assembler/FASM
* [https://summerofcode.withgoogle.com/archive/2016/projects/6693475676323840  C layer] was successfully completed by [https://board.kolibrios.org/memberlist.php?mode=viewprofile&u=4485 punk_joker].
* Links: [https://en.wikipedia.org/wiki/Loop_device loop device overview]
* [https://summerofcode.withgoogle.com/archive/2016/projects/4568246669803520 TLS/SSL library] was successfully completed by [https://board.kolibrios.org/memberlist.php?mode=viewprofile&u=6848 DenisKarpenko].
KolibriOS Project Team at [https://summerofcode.withgoogle.com/archive/2016/organizations/5678701068943360 GSOC'2016].


=== RSS/Atom news reader ===
=== GSoC 2014 ===
RSS and Atom are standards for web feeds. They are XML based and easily processed via AsmXml library. Corresponding user application would be a big plus to usability of KolibriOS.
* [https://www.google-melange.com/archive/gsoc/2014/orgs/kolibrios/projects/gtament.html FT232 chip driver for KolibriOS] was successfully completed by [https://board.kolibrios.org/memberlist.php?mode=viewprofile&u=5793 gtament].
* Primary goal: Write RSS news reader as a standalone KolibriOS application.
* [https://www.google-melange.com/archive/gsoc/2014/orgs/kolibrios/projects/ashmew2.html Port NetSurf and Improve Build System] was successfully completed by [https://board.kolibrios.org/memberlist.php?mode=viewprofile&u=6211 ashmew2].
* Additional goal: Add Atom support to the app.
KolibriOS Project Team at [https://www.google-melange.com/archive/gsoc/2014/orgs/kolibrios GSOC'2014].
* Language: Assembler/FASM
* Links: [http://tibleiz.net/asm-xml/ AsmXml library], [https://en.wikipedia.org/wiki/RSS RSS], [https://en.wikipedia.org/wiki/Atom_(standard) Atom]


[[Category:Misc]]
[[Category:Misc]]


Most importantly...Have Fun!
== Rough Guide for Prospective Contributors ==
 
* As the kernel is written in FASM, ability to write and understand i386-assembly code is very useful.
* C is also a plus as some applications/libraries and components are written in C. Also, C is useful to interface with assembly at times.
* Familiarity with the GNU landscape like Autotools, GCC etc are also a plus to have (especially for porting software)
* The desire to take challenging problems and solve them is also required as several parts of the code base require thought for design and implementation. (The mentors can help you with that :) )
* Hanging out on LiberaChat's #kolibriOS and [https://board.kolibrios.org our forum] where developers mostly hang out.
* Languages used for communication are English and Russian (although most developers are bilingual, and you can always ask someone for help)
* Get in touch with other developers via IRC / Forums and enjoy your stay!
 
== I'm a potential GSoC contributor. I'm scared of all the assembly and docs here! Where should I start?! :'( ==
Start here : http://wiki.kolibrios.org/wiki/HowTo
This will help you set up KolibriOS. Easiest will be to use either Qemu or VirtualBox as most developers use it and thus will be able to help you with eventual problems. Feel free however to try something else and let us know how it goes!
 
== I'm a potential GSoC contributor. What is this test task?! ==
Regarding the test mentioned above, it is for assessing your current skill set and their relevance regarding the project that you want to eventually work on. In most cases, your potential mentor will assign you a task via IRC / Forum but another developer can do this as well. Meanwhile, In case you are waiting for a test task, you can go through our [https://git.kolibrios.org/KolibriOS/kolibrios/issues bug tracker] and find a small task to work on yourself, or learn about KolibriOS by going through example code.
 
== I want to play with the code but my college blocks Git ==
If you are have trouble accessing official Git repository, please do mention it on the forums.
You can temporarily use this backup Git repository:
* http://repo.or.cz/w/kolibrios.git
Or our official GitHub mirror:
* https://github.com/KolibriOS/kolibrios
 
== All the ideas seem interesting, But... ==
Feel free to suggest your own idea! This is encouraged largely both in GSoC and KolibriOS. The mentors will be glad to such an idea and assess it's feasibility/usability for KolibriOS.
 
== Great Guide! But I still don't understand X ==
Please read Documentation / Development pages on this Wiki. If you have any doubts, feel free to connect with other KolibriOS users and developers through Forum Chat or #kolibrios on LiberaChat.<br>
Please ask developers / mentors on Forum Chat or IRC. Please be patient on IRC and Forum as developers are on different time zones and it might take a few hours to get back to you. You can also start a Forum thread if it is about something you feel is a general issue.
 
And most importantly... Have Fun!

Latest revision as of 14:00, 11 February 2025

Introduction

This is our ideas page for new developers who want to participate in the Google Summer of Code event by contributing to KolibriOS. It also contains a description of the process and requirements to participate.
A general information about Google Summer of Code can be found here: Google Summer of Code

Google Summer of Code'25 Contributor Requirements

Prospective contributors are required to register on our developers forum and submit a small bugfix / improvement to our Git in order for their application to be considered. Examples of such tasks can be obtained by asking on the developers forum or on our IRC channel (#kolibrios @ irc.libera.chat), Discord server or Telegram chat. This requirement is only to show us that you are able to work with our Git and interact with our developers if you are selected.
This task has to be completed before contributor proposal deadline (8 April 18:00 UTC).

In addition, contributors need to answer the following questions when applying:

  1. Full Name (First + Last Name).
  2. E-mail address.
  3. Nickname you plan to use on our forums, Git repository or IRC chat.
  4. Age.
  5. Country + city of residence (Russia and Belarus residence are not allowed according to GSoC terms)
  6. Human languages you speak (write all languages and knowledge level - basic/intermediate/expert/mother tongue).
  7. Name of college or university you are accepted into or enrolled in + link to their website (if applicable).
  8. Name of program (or faculty, or department) in that college/university you are accepted into or enrolled in (if applicable).
  9. Your current timezone in UTC/GMT terms (for example, Paris is UTC/GMT +1 hours right now).
  10. Have you been involved with any open-source project in the past? If yes, which one, and what have you done for that project?
  11. Code samples - please provide links to code that you have written. It can be your high school project, contribution to open-source organization, your college/university task or anything like that.
  12. The task you are willing to work on from our list of Summer of Code 2025 ideas (or suggest your own idea, if you don't like any of the proposed ideas).
  13. What other time commitments, such as school work, another job, planned vacation, etc., will you have between May 8 and November 19?

Organization

You can find the organizers at our forum: https://board.kolibrios.org

Name Nickname Role
Ivan Baravy dunkaist Administrator, Mentor
Jeffrey Amelynck hidnplayr Mentor, Backup Administrator
Dmitriy Smirnov Pathoswithin Mentor
Serhii Sakhno Punk_Joker Mentor
Kiril Lipatov Leency C-- Mentor
Vladyslav Tytarchuk Burer Mentor

Ideas

Sortable list of ideas for easy navigation

Idea Name Area Programming Language Mentors
File system improvement Kernel/Application FASM (Assembler) Pathoswithin
Widget toolkit System wide FASM (Assembler), C dunkaist
Finish Mbed TLS port Library C, FASM (Assembler) Punk_Joker
Port FLTK Library C++ Punk_Joker
FASMG port Application FASM/FASMG (Assembler) dunkaist
Unicode library Library/Application FASM (Assembler) dunkaist
Virt-IO driver Kernel FASM (Assembler) dunkaist
Loop device driver Kernel FASM (Assembler) dunkaist
RSS/Atom news reader Application FASM (Assembler) dunkaist
Add HTML forms to WebView Application C-- Leency
J2ME Emulator Application C, Java dunkaist
Rust library development for KolibriOS Library Rust, FASM (Assembler) dunkaist
WebAssembly runtime development Library FASM (Assembler) dunkaist
MIDI subsystem implementation System wide FASM (Assembler) dunkaist
Git client development Library/Application FASM (Assembler) dunkaist

File system improvement

General Description

KolibriOS has already implemented support for many file systems, both write and read, but at the same time support for some systems leaves a lot to be desired and opens up a vast scope for work.

What it gives us

Support for more file systems, particularly write support, will greatly expand the functionality of KolibriOS, especially when working with files on third-party drives.

Other information

  • Goals:
    • Primary: Add write support for ext4 file system (ext4 reading and ext2 writing are already supported).
    • Additional: Improve write support for NTFS file system.
  • Language: Assembler/FASM.
  • Difficulty: Intermediate, you need to be familiar with how file systems work in general, and writing drivers.
  • Time/Size: 175 hours.
  • Links:

Widget toolkit expansion

General Description

At the moment KolibriOS has its own library (box_lib) for implementing various GUI widgets (input fields, checkboxes, scrolls, etc.). However, its functionality is far from complete, and its extension would be very useful for further application development.

What it gives us

Extended functionality of the library would help developers in the future to create applications with more complex interface, spending less effort on it, as well as to unify interface components in existing applications.

Other information

  • Goals:
    • Primary: Extend box_lib (a set of separate widgets) to create a full-featured widget toolkit, design it's architecture and implement focus handling, callbacks and other core ideas.
    • Additional: Integrate created box_lib widgets to the C-framework, extend framework with font handling, layout manager
  • Language: Assembler/FASM, C (Framework).
  • Difficulty: Intermediate, you need to be familiar with library development and FASM Assembler.
  • Time/Size: 175 hours.
  • Links:

Finish Mbed TLS port

General Description

Mbed TLS is an implementation of the TLS and SSL protocols and associated cryptographic algorithms and support code that aims to be "easy to understand, use, integrate and extend".

What it gives us

The implementation of MbedTLS support will significantly expand the capabilities of the KolibriOS networking stack and allow it to be used in more networking scenarios, for example, HTTPS support.

Other information

  • Goals:
    • Primary: Finish MbedTLS port (headers for FASM, get ceritificates working) (TODOs).
    • Additional: Update HTTP library (written in FASM) to support HTTPS by using mbedtls.obj.
  • Language: C, Assembler/FASM.
  • Difficulty: Intermediate, you need to be familiar with library porting.
  • Time/Size: 175 hours.
  • Links:

FLTK Port

General Description

FLTK, or Fast Light Toolkit, is a cross-platform GUI toolkit. It is designed to provide modern GUI functionality without overkill and supports 3D graphics via OpenGL and native GLUT emulation.

What it gives us

FLTK provides a wide and convenient enough choice of plugins to implement a complex GUI, and is also cross-platform, and therefore its support in KolibriOS will make it easier to write applications. Also, compared to other UI libraries, FLTK uses a lighter design and is limited to GUI functionality.

Other information

  • Goals:
    • Primary: Make a working port of FLTK widget library and add it to the automatic build system.
    • Additional: Port Scintilla source code editing component (minimum working version).
  • Language: C++, C--, Assembler/FASM
  • Difficulty: Intermediate, you need to be familiar with library porting.
  • Time/Size: 175 hours.
  • Links:

FASMG port

General Description

In 2018 Tomasz Gryshtar (creator of FASM) introduced FASMG, a new assembler engine with more advanced features for simplified writing of complex code. It is quite a powerful and useful tool, and so it would be nice to support its new syntax in KolibriOS.

What it gives us

The kernel, drivers and many programs in KolibriOS are written exactly in FASM Assembler, and porting FASMG would make life easier for developers who work on improving the OS functionality.

Other information

  • Goals:
    • Primary: Write FASMG application like FASM one. Port standard KolibriOS macros to FASMG syntax.
    • Additional: Implement macros for compatibility with FASM.
  • Language: Assembler/FASM/FASMG
  • Difficulty: Intermediate, you need to be familiar with FASM Assembly language.
  • Time/Size: 175 hours.
  • Links:

Unicode library

General Description

Unicode is a character encoding standard that includes characters from almost all written languages of the world. The standard is currently prevalent on the Internet and is also frequently used in modern operating systems. The main advantage of Unicode is that it supports a huge number of characters, which allows it to be used for encoding and storing almost any textual information.

What it gives us

Unicode is a large and complex standard, nevertheless, modern OS should provide libraries with Unicode related routines like NFC, NFD, sorting, comparing, etc. Support for this standard in KolibriOS would greatly increase its compatibility with various data sources, and make new application scenarios available.

Other information

  • Goals:
    • Primary: Write a tiny Unicode library with core Unicode algorithms and example application.
    • Additional: Update existing applications to use the new library.
  • Language: Assembler/FASM
  • Difficulty: Intermediate, you need to be familiar with writing libraries and FASM Assembler language.
  • Time/Size: 175 hours.
  • Links:

VirtIO driver

General Description

VirtIO is a virtualization standard for network and disk device drivers where just the guest's device driver "knows" it is running in a virtual environment, and cooperates with the hypervisor. This enables guests to get high performance network and disk operations, and gives most of the performance benefits of paravirtualization.

What it gives us

Because there is no easy way to automatically install KolibriOS on a hard disk, it is often used specifically in a virtualized environment, and therefore improving support and device performance in this situation would be extremely beneficial to it.

Other information

  • Goals:
    • Primary: Write kernel driver for any VirtIO device, for example - Ethernet card.
    • Additional: Also write drivers for any another VirtIO devices.
  • Language: Assembler/FASM
  • Difficulty: Intermediate, you need to be familiar with writing drivers and FASM Assembly language.
  • Time/Size: 175 hours.
  • Links:

Loop device driver

General Description

Loop device, vnd (vnode disk), or lofi (loop file interface) is a pseudo-device that makes a computer file accessible as a block device. After mounting a file that holds a file system, the files in that system can be accessed through the usual file system interface of the operating system, without any need for special functionality, such as reading and writing to ISO images, in applications.

What it gives us

Loop device drivers allow for mounting a file that holds a file system, making the files within that file system accessible. It also provides a block device on top of a file (or another block device, optionally with remapping). Lastly, if the file contains an encrypted file system, the loop device can be the decrypted version of the original encrypted file and can therefore be mounted as if it were a normal file system.

Other information

  • Goals:
    • Primary: Write loop device driver and example application to manage loop devices.
    • Additional: Prepare a set of disk images to be used in filesystem unit tests.
  • Language: Assembler/FASM.
  • Difficulty: Intermediate, you need to be familiar with writing drivers and FASM Assembly language.
  • Time/Size: 175 hours.
  • Links:

RSS/Atom news reader

General Description

RSS and Atom are web feeds that allow users and applications to access updates of websites in a standardized, computer-readable format. For the average user, it can be used primarily as a news/update feed, where the user can subscribe to channels of interest and receive news or other updates from different sources in one place. They are based on XML and can easily be processed using AsmXml library. User application for reading RSS/Atom feeds would be a good addition to usability of KolibriOS, as it will allow users to read news feeds from different sources without need to manually open news websites.

What it gives us

RSS/Atom feed can be a great addition to the KolibriOS functionality, as it allows users to conveniently receive updates from different sources, including even on very weak devices, where opening the source of interest in the browser is impossible or problematic.

Other information

Add HTML forms support to WebView

General Description

Despite supporting many basic HTML features, the WebView browser does not currently support HTML forms (<form>, <input>, etc.). This makes its use extremely limited and prevents it from utilizing the functionality of many popular sites. Therefore, it would be great to implement this functionality in WebView.

What it gives us

Because of the lack of form support, WebView can't even use search engines directly (currently only indirect use of Google in the address bar is possible). This alone would be a great addition to its capabilities and would make its use much more convenient and intuitive. In addition, forms could also be used on sites like online libraries or forums, thus giving KolibriOS users a more complete access to the Internet.

Other information

J2ME Emulator

General Description

J2ME (Java Platform, Micro Edition) is a version of the Java platform for devices with limited resources, such as cell phones, pocket computers, etc. It was especially popular in the 00s, when most mobile phones ran on it. Accordingly, a large number of software for this platform was created at that time, and it would be quite nice to have its support in KolibriOS.

What it gives us

There are already quite a lot of emulators for various retro platforms, which makes it possible to use it, including for retro gaming. Therefore, support for another popular platform will certainly not hurt, especially since in addition to a lot of great games for J2ME also released other programs that can be useful.

Other information

Rust library development for KolibriOS

General Description

At the moment, the Rust library for KolibriOS is in the early stages of development - it doesn't support all system functions, and it doesn't know how to work with system libraries. You can do a great thing, and help in the design and development of this library!

What it gives us

Rust is a modern programming language that has been actively gaining popularity in recent years, and the number of its users is growing. In addition, it is positioned as fast and compact, which fits perfectly with the KolibriOS ideology. Therefore, it would be very good to have its support as another tool for potential developers.

Other information

WebAssembly runtime development

General Description

WebAssembly is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages such as C/C++, C# and Rust with a compilation target so that they can run on the web. A proper runtime will allow running such code in KolibriOS without need of massive rewrite and adaptation.

What it gives us

WebAssembly is a unique tool, that combines the performance of low-level languages and web portability, as it allows running tons of programs written in multiple languages in one single runtime. Thus, it will be a great addition for such a system as KolibriOS, where performance and compact size are very important.

Other information

MIDI subsystem implementation

General Description

Musical Instrument Digital Interface (MIDI) is a standard to transmit and store music, originally designed for digital music synthesizers. MIDI does not transmit recorded sounds. Instead, it includes musical notes, timings and pitch information, which the receiving device uses to play music from its own sound library.

What it gives us

Previously, KolibriOS had limited support of MIDI, allowing to play mono-tone compositions through the system speaker. A new proper subsystem with the possibility of playing sound through dynamics and having multiple instrument support would greatly increase the possibilities of KolibriOS as a multimedia system.

Other information

  • Goals:
    • Primary: Implement a MIDI-to-audio synthesizer (like fluidsynth, for example).
    • Secondary: Develop a proper compositions player with support for MIDI files.
  • Languages: Any, but Assembly/FASM is preferable.
  • Difficulty: Intermediate, you need to be familiar with MIDI format, as well as general audio signal processing.
  • Time/Size: 175 hours.
  • Links:

Git client development

General Description

Git is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to track changes in the source code, enabling multiple developers to work together on non-linear development.

What it gives us

Git is the most popular version control system, and it is also the version control system used in KolibriOS development. Thus, an in-system Git client will not only make the system more attractive for tech-enthusiasts, but also make development of KolibriOS and software for it much easier.

Other information

  • Goals:
    • Primary: Implement a working Git client with support for main version control functionality.
    • Secondary: Add functionality of SSH authorization to work with protected repositories.
  • Languages: Any, but Assembly/FASM is preferable.
  • Difficulty: Intermediate, you need to be familiar with web-protocols, such as HTTP and SSH, as well as general software development.
  • Time/Size: 175 hours.
  • Links:

Completed Ideas

Below are examples of ideas successfully completed during KolibriOS's previous participation in GSoC.

GSoC 2024

For more information see GSoC 2024 Results. KolibriOS Project Team at GSOC'2024.

GSoC 2016

KolibriOS Project Team at GSOC'2016.

GSoC 2014

KolibriOS Project Team at GSOC'2014.

Rough Guide for Prospective Contributors

  • As the kernel is written in FASM, ability to write and understand i386-assembly code is very useful.
  • C is also a plus as some applications/libraries and components are written in C. Also, C is useful to interface with assembly at times.
  • Familiarity with the GNU landscape like Autotools, GCC etc are also a plus to have (especially for porting software)
  • The desire to take challenging problems and solve them is also required as several parts of the code base require thought for design and implementation. (The mentors can help you with that :) )
  • Hanging out on LiberaChat's #kolibriOS and our forum where developers mostly hang out.
  • Languages used for communication are English and Russian (although most developers are bilingual, and you can always ask someone for help)
  • Get in touch with other developers via IRC / Forums and enjoy your stay!

I'm a potential GSoC contributor. I'm scared of all the assembly and docs here! Where should I start?! :'(

Start here : http://wiki.kolibrios.org/wiki/HowTo This will help you set up KolibriOS. Easiest will be to use either Qemu or VirtualBox as most developers use it and thus will be able to help you with eventual problems. Feel free however to try something else and let us know how it goes!

I'm a potential GSoC contributor. What is this test task?!

Regarding the test mentioned above, it is for assessing your current skill set and their relevance regarding the project that you want to eventually work on. In most cases, your potential mentor will assign you a task via IRC / Forum but another developer can do this as well. Meanwhile, In case you are waiting for a test task, you can go through our bug tracker and find a small task to work on yourself, or learn about KolibriOS by going through example code.

I want to play with the code but my college blocks Git

If you are have trouble accessing official Git repository, please do mention it on the forums. You can temporarily use this backup Git repository:

Or our official GitHub mirror:

All the ideas seem interesting, But...

Feel free to suggest your own idea! This is encouraged largely both in GSoC and KolibriOS. The mentors will be glad to such an idea and assess it's feasibility/usability for KolibriOS.

Great Guide! But I still don't understand X

Please read Documentation / Development pages on this Wiki. If you have any doubts, feel free to connect with other KolibriOS users and developers through Forum Chat or #kolibrios on LiberaChat.
Please ask developers / mentors on Forum Chat or IRC. Please be patient on IRC and Forum as developers are on different time zones and it might take a few hours to get back to you. You can also start a Forum thread if it is about something you feel is a general issue.

And most importantly... Have Fun!