en:start

linux.jpg

osFree project

Like it? Support us! Join us!

osFree is a Free Open Source software operating system development project, aiming to replace eventually all OS/2 subsystems with Open source analogues. It aims for OS/2 Warp 4 (Merlin) as a base compatibility system, which does not mean that we will not support features of newer (OS/2 Warp Server for e-business, eComStation and ArcaOS) OS/2 versions. This includes rewriting not only user-level code but the OS/2 kernel too.

We're collecting existing code for OS/2 subsystems for years. Also we are developing our own bootloader named FreeLdr and OS/2 personality for L4 microkernel, i.e. a number of servers, implementing the Control Program (OS/2 kernel) Interface functionality in userspace. See osFree design and development concept for more details. Visit the #osFree IRC channel on the EFNet or https://t.me/osfree_pub Telegram channel.

Several projects with similar goals exist (or existed). Here is the brief comparison of goals and tasks of different projects.

Our project is reusing the code of many opensource projects.

Our project addresses in hidden networks: Tor one, I2P one, Yggdrasil.

Project News

09 June, 2020

SMTP server now working, anti-spam measures taken.

Recently, we added some anti-spam measures for our forum and mail server. Anti-spam plugin installed on our forum. Now we check all users against the black list when they are registering or posting messages. This reduces the number of spambot accounts registered significantly.

Also, now our SMTP server is able not only receive mail, but send too. Now the mail from our server to other email servers, like e.g. gmail.com, is accepted. So, from now, we enabled verification emails when registering user accounts, and disabled account approving by the administrator. So, registration at the forum is now open.

2020/06/09 10:58 · 1 Comment

15 May, 2020

Today, a new developer joins the osFree team. Let's introduce Pedro Vicente from Portugal. Welcome to our team!

2020/06/09 14:22 · 0 Comments

03 September, 2019

Several people asked about how they could donate to osFree. Recently, we created a Patreon page for osFree to collect donations on monthly basis. So, if you want to support osFree, become a patron. If you want to make a one-time donation, you can transfer some money to our Bitcoin wallet. See Donate page for more details.

2019/09/02 21:34 · 0 Comments

22 December, 2018

Forum migration to pbpbb3.

Today we migrated our forum from myUPB to phpbb3. Also, from now, wiki logins are integrated with forum, so, once you login to wiki, you're logged-in in forum, and vice versa. We migrated all old wiki users, so, login/password are still the same.

2018/12/22 17:55 · 0 Comments

7 June, 2018

Migration to the new hosting.

Today we started migration of osfree.org to another hosting. Here we'll have more powerful server with more disk space, RAM and network bandwidth.

2018/08/16 11:25 · 0 Comments

11 February, 2018

Migration to GitHub.

Today Oxyd finished migration of our source code repository from SourceForge to GitHub. Our new repository is https://github.com/osfree-project/osfree/. We welcome new contributions and pull requests, since now.

3 December, 2017

Migration to Genode is started.

We started to create the required abstraction layers to make the osFree OS/2 personality more portable. This will allow us to also create L4Re and Genode ports. As our OS/2 personality is currently based on an outdated and abandoned L4Env OS framework, we need to migrate to a more alive and developing framework. Most promising is Genode OS framework, though, L4Re, which is a successor for L4Env is also evolving and it supports more hardware platforms, than Genode. So, ideally, we need ports of our OS/2 personality to both. Currently, Genode has more priority, the port is in progress.

27 June, 2014

RSS feeds repaired, the fight with spambots seems to reach the end

After server crash at the end of 2012, the site is being repaired from Feb.-Mar. 2013 until now. Now the wiki is being filled with info (some of which is restored from web.archive.org), and parts of Forum too. So, welcome to our new site! Also, until now, some code were committed to the repo (namely, fat32.ifs with FORMAT routine enabled (by valerius), and also commits by Viking, fixing some problems with build system under linux etc.)

2018/08/16 10:51 · 0 Comments

27 October, 2011

A presentation of osFree on CC'2011

August 28, osFree team member Vadim Priluzkiy (aka Oxyd) has demonstrated osFree OS/2 personality working together with l4linux over L4 microkernel. The presentation was carried out during the Chaos Constructions'2011 yearly Computer Art Festival. (http://party11.cc.org.ru), the presentation video is here: http://youtube.com/watch?v=yxE6Jy3SQ04

31 January, 2010

Recent activity

We have linked our channels #osfree @ eCSNet and #osfree @ EFNet. All messages in one channel are translated to another channel. Also we reviewing our release and development position to be more effective. As always, we are welcome new developers in many areas (DOS/WIN16 and OS/2 subsystems).

2018/08/16 10:45 · 0 Comments

5 September, 2009

Forums

Registration in forums at osfree.org site is enabled recently. Please report forum bugs and render problems to us in “osfree.org site” forum.

2018/08/16 10:41 · 0 Comments

3 September, 2009

0.0.4 release

We released this preview to show actual possibility of LX executables (native OS/2 executable file format) to be run on top of L4. Output from LX executable is “I am really small!” phrase. Other things are debug output. Our executable uses msg.dll which uses doscalls.dll. So, linking also works. Also we present here osFree loader which allows to load as Multiboot compatible kernels as native OS/2 kernel. Loader is modular and easy to extend. Next release will provide some interactive like directory browsing and files execution. See roadmap at www.osfree.org for more info.

2018/08/16 10:39 · 0 Comments

osFree userland commit log

osFree OS/2 personality commit log

  • Update sources to the latest Genode source. by valerius2k (2023/06/10 02:18)
    Update sources to the latest Genode source.
  • Fixes to comply with the latest Genode sources. by valerius2k (2022/10/24 01:46)
    Fixes to comply with the latest Genode sources.
  • Delete unneeded symlink. by valerius2k (2022/05/15 22:01)
    Delete unneeded symlink.
  • Additional fixes to build for Genode target successfully. by valerius2k (2020/07/27 20:12)
    Additional fixes to build for Genode target successfully.
  • Add forgotten unpack.c file. by valerius2k (2020/06/18 23:58)
    Add forgotten unpack.c file.
  • LX loader fixes and enhancements by valerius2k (2020/04/25 11:29)
    LX loader fixes and enhancements - LX executable pages packing algorithms implementations. All three algorithms are supported from now, including the new algorithm introduced in OS/4 kernel. For that purpose, some code is ported from QSINIT, kLdr and lxlite. - Memory align option is introduced in allocmem() function in LX loader, so now executable sections can be e.g., a 0x10000-byte aligned. - More options, fixup types and entry options are supported now. Now LDT is initialized with 8192 16-bit descriptor. Small patch is applied to L4/Fiasco kernel, so that, kernel should use 8192 LDT descriptors, not 512 ones, which fit in one memory page. So, now some bits of tiling is implemented. Though, 16- bit OS/2 code support is not yet finished. 16:16 and 16:32 fixups and entries are now supported. - Region align support in RegAreaAttach. - Extra fixups support in os2exec. Now fixups other than 32-bit self-relative ones, are supported.
  • - Update the L4env-related README by valerius2k (2020/04/05 09:39)
    - Update the L4env-related README - Build sustem fixes for L4env - Correct registers setup before jumping to the binary (l4env) - LX loader fixes to correctly run vp.exe (VirtualPascal test binary) - Event semaphore-related API fixes
  • LX loader: Code formatting and style fixes. by valerius2k (2019/11/22 06:06)
    LX loader: Code formatting and style fixes.
  • - Use local file handles per task. In os2fs server, use system-wide file by valerius2k (2019/11/21 18:49)
    - Use local file handles per task. In os2fs server, use system-wide file handles, with system file table (SFT). - Fix handlemgr lib. - LX loader: pad remainder of executable file pages to 0x1000 bytes with zeroes. - LX loader: respect a fixup flags like 32-bit target offset, 32-bit additive fixup, 16-bit object number/module ordinal number, 8-bit ordinal. - LX loader: add support for source lists in fixups. - LX loader: some formatting/code beautifying.
  • l4env, l4re: Build system fixes and enhancements. Now mounting/unmoun… by valerius2k (2019/09/29 16:19)
    l4env, l4re: Build system fixes and enhancements. Now mounting/unmounting dirs into chroot works correctly.
  • - Update package hashes. by valerius2k (2019/04/13 00:00)
    - Update package hashes. - Add platform-independent thread API code.
  • - Update package hashes. by valerius2k (2019/04/10 21:27)
    - Update package hashes. - Add client lib packages for each server. - Start thread code unification.

Last bugtracker issues

Last forum topics

Roadmap

We're now at the alpha stage, which means that the current version is not feature-complete nor stable and not recommended for everyday usage. The 0.0.x release series will still stay in alpha stage, and 0.9 release series will be marked as beta, meaning a system which is suitable for every day use.

The next release will be 0.0.5, with an release date being open. See our osFree roadmap for details.

Getting access to site areas

The site has several separate areas, like wiki, forum, bugtracker, webmail and dotProject. If you want to get access to these, you should register here first. After you verify your account via email, you'll get access to all five parts of the site. Approval of user accounts by site admin is now disabled. After verification of your account, you need to wait 15 mins or less, until your account info is propagated from forum to another site parts. Note also, that there is a guest account (user: guest, password: guest), which allows you to login to the site areas, requiring a login (like a dotProject area). It gives you a read only access. Once you log in into the forum, you get access to wiki too, and vice versa. The same login applies to dotProject, webmail and bugtracker. After adding to “Users” group you'll get a write access to wiki, bugtracker and forum. If you want to contribute to site design or development, or to get a mail account, the admin can add you to corresponding user groups and your access level will be increased. In case of troubles, or questions, you can contact site admin.