
The first development release of Syllable Server
is available. It provides a text mode Linux environment, but also contains a preliminary graphical environment built on the framebuffer device, with DirectFB and SDL on top. The planned graphical environment from Syllable Desktop is not included yet. The installation procedure is short, but is still manual - and resembles the installation procedure for the old
AtheOS. Included are tools such as a graphical web browser, a file manager and an editor. One thing Syllable Server is designed for is to function as a light-weight virtualisation platform for running other operating systems (or multiple instances of itself). The QEmu virtualisor/emulator is included, and the KQEmu Accelerator kernel module is integrated into the system. There's a
screenshot of Syllable Server running on Syllable Desktop,
installation and usage instructions, a
torrent (preferred), and an
installation package [.tar.7z].
Member since:
2005-07-06
Did you even try it yourself first? It's not hard to test. Here's the first random, moderately sized file I thought of to try:
kristian@mars:~/Temp$ ls -l libc-2.5.so*
-rwxr-xr-x 1 kristian kristian 1216808 2007-10-07 21:53 libc-2.5.so
-rw-r--r-- 1 kristian kristian 435125 2007-10-07 21:53 libc-2.5.so.7z
-rwxr-xr-x 1 kristian kristian 536797 2007-10-07 21:53 libc-2.5.so.bz2
That's a 100k difference over bzip2 -9. For a very large file which may be downloaded a large number of times the difference is even more pronounced:
kristian@mars:~/Temp$ ls -lh syllable-0.6.4.iso*
-rw-r--r-- 1 kristian kristian 106M 2007-10-07 21:58 syllable-0.6.4.iso
-rw-r--r-- 1 kristian kristian 77M 2007-10-07 22:02 syllable-0.6.4.iso.7z
-rw-r--r-- 1 kristian kristian 82M 2007-10-07 21:58 syllable-0.6.4.iso.bz2
Edited 2007-10-07 21:04