OS News Archive

Genode 11.08 Blurs the Lines Between Different Kernels

The microkernel developer community uses to be extremely fragmented. There exists a high variety of advanced microkernels each being developed with a different focus. However, since each kernel comes with its own minimalistic user land that is usually geared towards the special needs of its developers, none of those kernels has taken off in the domain of general-purpose computing. Genode has the mission to change that. Thanks to the tooling infrastructure that comes with the new version 11.08, the use of different microkernels has finally become a seamless experience. Those kernels including OKL4, L4/Fiasco, L4ka::Pistachio, NOVA, Codzero, and Fiasco.OC can be combined with the framework's steadily growing functionality such as a its new AHCI driver and Qt4.

Mona OS gets Gmail, Facebook and Twitter

Mona OS 0.3.4 has been released. Screenshots (1 | (2 | (3 | (4). Added Facebook application written in Scheme, Ported w3m text browser. Now you can tweet and check Gmail from Mona OS., Ported mg (Emacs clone), Kernel and core components become more stable and faster, New simple shell written in Scheme. They're considering porting webkit on the next release.

Norway, July 22, 2011

We at OSNews would like to extend our thoughts and sympathies to the victims of the horrible events that took place in Norway, yesterday. There really are no words to describe what has transpired, and as such, I won't even attempt to do so. Suffice to say, OSNews will be silent until after the weekend. I have lost my interest in writing and quibbling about stupid ones and zeros, at least for now. "No one will bomb us to silence, no one will shoot us to silence, no one will ever scare us from being Norway."

Plan 9 Forked, Continues as 9front

"Plan 9 has been forked to start a development out of the Bell Labs (or whatever they are called these days...). This true community-approach allows further development of Plan 9, even if the shrinking resources at Bell-Labs for Plan 9 are vanishing. The homepage and the code can be both found at Google code. You can boot 9front from the regulary built live cd or build the binaries in your existing Plan 9 installation. Installation instructions and further information can be obtained at the 9front wiki."

GNU Hurd Quarterly Status Teport

The Hurd is still doing its thing. "Jeremie Koenig started working on his Google Summer of Code project: bringing not only Java to the Hurd, but also fixing or adding missing parts in the Hurd's components along the way. For example, he already contributed a set of signal handling improvements. Samuel Thibault created the first Debian GNU/Hurd CD set with a graphical installer. You can dowload it at the usual place for Debian CD images."

FreeDOS 1.1 Test Release Hits the Web

No, your eyes aren't deceiving you - we have actually have not one, but two news items on hobby/small operating systems on the same day! You thought the day would never come again, but hey, here we are. You're welcome. Now, what are we talking about? FreeDOS - a test release has been, uh, released for FreeDOS 1.1.

The BeOS File System

The Be operating system file system, known simply as BFS, is the file system for the Haiku, BeOS, and SkyOS operating systems. When it was created in the late '90s as part of the ill-fated BeOS project, BFS's ahead-of-its-time feature set immediately struck the fancy OS geeks . . . we'll take a look at the legendary BFS, starting with some filesystem basics and moving on to a discussion of the above features.

OSNews.com Goes IPv6

We've taken the next step in Internet connectivity, and have IPv6-enabled this site for testing purposes. Of course, this will only work if your ISP or some third-party gateway provides you with IPv6 connectivity, which you can check here. If you're all set, try the IPv6 OSnews out at http://ipv6.osnews.com/ and let us know if you have any trouble with it.

The OS-periment’s Service Model, RC3

Lots of feedback from Alfman in the previous article's comments meant that it was time for another version of my article on my RPC-based daemon model, and as such another iteration towards a final design of my OS' core IPC mechanism. Not a full rewrite this time, but rather incremental improvements on specific points, which include a choice of naming (nonblocking RPC it is), an improved coverage of pointers, shared memory, and the currently envisioned design limits of those, and explicit support for dynamic setup of RPC calls and graceful server death handling.

The OS-periment: RPC-Based Daemon Model Goes ‘RC’

It's funny how trying to have a consistent system design makes you constantly jump from one area of the designed OS to another. I initially just tried to implement interrupt handling, and now I'm cleaning up the design of an RPC-based daemon model, which will be used to implement interrupt handlers, along with most other system services. Anyway, now that I get to something I'm personally satisfied with, I wanted to ask everyone who's interested to check that design and tell me if anything in it sounds like a bad idea to them in the short or long run. That's because this is a core part of this OS' design, and I'm really not interested in core design mistakes emerging in a few years if I can fix them now. Many thanks in advance.

Genode 11.05 Gets New API for Type-safe IPC, Runs L4Linux

The concern for efficient and easy-to-use inter-process communication is prevalent among microkernel-based operating systems. Genode has always taken an unorthodox stance on this subject by disregarding the time-tested standard solution of using an IDL compiler in favour of sticking to raw C++ mechanisms. The new version 11.05 of the OS framework takes another leap by introducing a brand new API for implementing procedure calls across process boundaries, facilitating type safety and ease of use, yet still not relying on external tools. Furthermore, the platform support for the Fiasco.OC kernel has been extended to the complete feature set of the framework. The most significant new features are L4Linux (on Fiasco.OC), an experimental integration of GDB, ARM RealView PBX device drivers, and device I/O support for the MicroBlaze platform.

A Possible Answer to the Multitasking Debate

Ever since iPhoneOS (now iOS) has been released, there's an old fight going on about how multitasking should work on personal computers, and more specially what should happen to applications which are put in the background. Some advocate that they should be dipped in virtual liquid nitrogen and stop doing anything, like on iOS, which others advocate that they should continue to run in the background, like on desktop OSs. What about putting a little more flexibility in there?