Slashdot Log In
Live Demo CD of Microkernel-Based TUD:OS Released
Posted by
Roblimo
on Mon Mar 13, 2006 09:45 AM
from the yet-another-contender-in-the-os-sweepstakes dept.
from the yet-another-contender-in-the-os-sweepstakes dept.
Norman Feske writes "The OS Group of Technische Universität Dresden (TUD:OS) has released a live demo CD of their custom operating system project. TUD:OS is a microkernel-based operating system targeted at secure and real-time systems. Some highlights of the demo CD include a new approach for securing graphical user interfaces called Nitpicker, multiple L4Linux kernels running at the same time on top of a custom L4 microkernel, a survey on the reuse of device drivers on the TUD:OS platform, native Qt-applications, the DOpE windowing system, games, and a lot more. More information is available at the demo CD website demo.tudos.org. And yes, there are screenshots, too!"
Related Stories
[+]
Developers: The Great Microkernel Debate Continues 326 comments
ficken writes "The great conversation about micro vs. monolithic kernel is still alive and well. Andy Tanenbaum weighs in with another article about the virtues of microkernels. From the article: 'Over the years there have been endless postings on forums such as Slashdot about how microkernels are slow, how microkernels are hard to program, how they aren't in use commercially, and a lot of other nonsense. Virtually all of these postings have come from people who don't have a clue what a microkernel is or what one can do. I think it would raise the level of discussion if people making such postings would first try a microkernel-based operating system and then make postings like "I tried an OS based on a microkernel and I observed X, Y, and Z first hand." Has a lot more credibility.'"
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

you convinced me (Score:5, Funny)
That's all I needed right there. I'm checking this out right now.
TURD OS (Score:3, Funny)
Or FUD OS (Score:2)
Re:TURD OS (Score:2)
Unfortunate choice of name. (Score:2)
in debian (Score:3, Funny)
Re:in debian (Score:2, Insightful)
FINALLY! (Score:3, Insightful)
The system architecture looks fine and dandy (L4 is a pretty good base microkernel), and I love the capability to make this system perform 9 different scenarios, including running L4Linux for when they lack their own software.
Mazl tov!
Re:FINALLY! (Score:2, Funny)
Re:FINALLY! (Score:2)
Re:FINALLY! (Score:2)
If they managed to create something like this... (Score:5, Interesting)
Re:If they managed to create something like this.. (Score:3, Informative)
HURD delays (Score:4, Informative)
http://lists.gnu.org/archive/html/bug-hurd/2006-03 /msg00091.html [gnu.org] seems to indicate that the devs are still discussing HURD...
...of course HURD is the Gargantuan Ancient Granddaddy of Cathedral vs Bazaar style development ...
http://www.catb.org/~esr/writings/samizdat-respons e.html [catb.org]
Re:If they managed to create something like this.. (Score:5, Funny)
Whats with the linux thing (Score:2, Funny)
If it
Re:Whats with the linux thing (Score:2)
Re:Whats with the linux thing (Score:2)
Anyone have a torrent? (Score:5, Informative)
Trusted computing (Score:3, Insightful)
I trust myself. (Score:5, Insightful)
Aside from this, it's true that having a hardware safe for cryptographic private keys (the fritz chip) is sound from a security perspective (while takign control of what the chip will or will not sign away from the user is bad).
The reason I was comparing this TUD OS with TC is that the intel and AMD TC platforms both implement memory curtaining to isolate programs from one another, which this project seems to do quite nicely with a software-only solution.
And let me rebuke this OT but blatantly false line: It is relevant to anyone who has any interest to legally buying content which is sold with DRM restrictions. Even in the best of worlds, where the content sellers play nice, DRM stops me from playing something I bought from company X on anything but the players approved by company X. (iTunes audio files on anything but an iPod?). And if company X goes out of buisness or just decides not to support that format anymore you may be unable to play those files ever again.
And in the real world, companies which can effectively write a different copyright law for each piece of content will use this to their advantage and to the user's disadvantage: to milk more money by selling the same stuff multiple times, and to hinder interoperability in anti-competitive ways.
Re:I trust myself. (Score:3, Insightful)
So true. In fact, just yesterday I was trying cram my vast collection of 8-tracks, reel-to-reel tapes, LPs, and ca
Re:I trust myself. (Score:3, Insightful)
This was unusually accurate for marketing hype
Re:I trust myself. (Score:2)
First, CDs may have been "hyped" that way, but any intelligent person soon realized that you had to handle them with care as not to scratch them, not leave them in the car in direct sunlight, and so
Re:Trusted Complaining. (Score:3, Insightful)
Wow, is that statement ever wrong. As wrong as could be. "None more wrong"
Generally DRM only affects legitimate users. If I buy a copy protec
Redefining terms. (Score:2)
You changed the language. You origina
Re:Redefining terms. (Score:2, Insightful)
Lucky you. In many places it is not, regardless of DRM. In some places, the act of circumventing the DRM makes it illegal. The GP didn't specify a jurisdiction.
It's legal for me
Re:Redefining terms. (Score:2)
Erm, if your computer is properly secured you will never know that Sony's DRM is on the disc, because your computer won't be looking for files on
Re:Redefining terms. (Score:2)
Erm, if your computer is properly secured you will never know that Sony's DRM is on the disc, because your computer won't be looking for files on an audio CD.
Exactly (I think ?). If it doesn't look for files, doesn't auto-run them etc. (ie. it is properly
Re:Redefining terms. (Score:2)
I've already addressed this.
The original statement I was responding to was an unconditional statement that unless you (the generic you)
Re:Redefining terms. (Score:2)
Not "unless you want to break the law or you live in a country with restrictive copyright law".
I think you mean non-restrictive copyright law (so not a Berne signatory I guess ?) - or it doesn't make sense. Either way, the OP could have been correct in th
Effective DRM vs your rights... (Score:3, Insightful)
That should read...
"DRM is irrelevent to those who don't possess or have any intention of possessing copyrighted content."
It doesn't matter if it's
TurdOS, Dope (Score:3, Insightful)
Explanation of the naming (Score:5, Informative)
How does this compare to HURD? (Score:2, Interesting)
Re:How does this compare to HURD? (Score:3, Informative)
Re:How does this compare to HURD? (Score:2, Informative)
L4VFS is the IO infrastructure for a Posix-like multi-server system on top L4 and DROPS. It comprises a set of client-side libraries gluing together typical C library functions in the client and
That's great. (Score:2, Interesting)
Naming??! (Score:3, Funny)
Indeed, a complete fiasco ;-)
Not impressed (Score:2)
When I had tudos up and running I tried the qtdemo, but after I browsed the pages descibing how great it was, it wouldn't work. Then I tried the games. Quake wouldn't run, it just gave a b
Re:Not impressed (Score:4, Informative)
Wrong.
It runs in qemu just fine. It's even described on their site how to do it.
And you can always burn it onto a physical CD-Rom, and boot it up in a physical machine.
several of the demos didn't supply a "reboot" option so I had to exit the whole thing, delete the vmware files, except the vmx, and refire wmplayer so I could get the tudos menu again. It's been years since I've run a Linux distro that was this buggy or hard to use.
It's a CD-based demo, so your vmware files won't have "state" in them anyways. Just kill your vmware, and restart it, without wiping any files.
Re:Not impressed (Score:2)
-9, Clueless (Score:2)
Re:It's German, eh ? (Score:2)
Because Volkswagen nicked them.
Re:It's German, eh ? (Score:2)
Because the people who buy them are assumed rich enough that mere mortals scurry out of their way. Or at least the asshats drive that way.
Re:It's German, eh ? (Score:3, Funny)
Based purely on observation, I'd guess it has something to do with radio interference from the drivers' cell phones.
Re:It's German, eh ? (Score:3, Funny)
Re:It's German, eh ? (Score:2)
Re:This is Ingenius! (Score:2)
I imagine a whole new breed of wheels here
Re:This is Ingenius! (Score:2)