this post was submitted on 01 Sep 2025
56 points (98.3% liked)

Linux

58011 readers
1243 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Hi all! I'd like to get into development for linux-based OSes for mobile phones but don't know where to start. I mainly want to support the broadening of supported devices for something like Postmarketos. Where do I start? Are there any handbooks out there that can guide me in the right direction? What's the most promising project to start contributing to?

you are viewing a single comment's thread
view the rest of the comments
[–] bjoern_tantau@swg-empire.de 15 points 1 week ago* (last edited 1 week ago) (1 children)

I think the easiest is to get the thing onto some device. Pick something that annoys you and make it work better. There are so many parts to this it's hard to recommend one. You have low level device drivers, the user interface in the form of DEs, or the apps themselves, either making the desktop apps work better or creating mobile ones.

You can also pick one of these things, find the related bugtracker and try to fix some easy looking bugs.

[–] timidtaxidermist@lemmy.ca 7 points 1 week ago

Sounds good - I have a couple devices lying around so l'll try jumping in and see where it goes!