r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Syllable] The free desktop and server operating system family

Kaj
5-Mar-2007
[714x3]
* A cleaner, fresher looking Desktop
    * Initial support for printing with CUPS
    * Support for Broadcom Gigabit ethernet cards
    * Support for USB CD-ROM drives
    * Rendering and graphics speed improvements
    * The GRUB boot loader can now be installed automatically

    * New versions of many applications, including AEdit, AView and Whisper
    * Improved media support and playback
    * Many bug fixes and improved application compatibility
    * Many improved drivers
Just before the previous release four months ago, 0.6.2, we introduced 
automatic weekly builds of the entire system, and a bug tracker on 
the web. So this is the first release that we have developed under 
full bug tracking and weekly builds
As a result, many bugs were reported and fixed, so this release has 
much improved overall quality
Maxim
5-Mar-2007
[717]
congratulations for all that work.
Kaj
5-Mar-2007
[718x2]
Thanks
In terms of REBOL, I extended upon the pkgmanager system tool that 
I rewrote in ORCA. It has a new interface and is now called Packager, 
or the package command
Maxim
5-Mar-2007
[720]
can the "official" REBOL run on it?  emulated or otherwise?
Kaj
5-Mar-2007
[721]
Not natively. We're waiting for the REBOL 3 open-source layer to 
port it
Maxim
5-Mar-2007
[722x3]
that is good news :-)
one developper question:  how much of the old Amiga RKMs still apply 
within Syllable?
0% 10% 50%  ?
Kaj
5-Mar-2007
[725x3]
It should be possible to run some version in some emulator, but I 
haven't done it yet. We've only had Bochs running in the past. We're 
still having some problems porting QEmu, but we're looking into it
SDL is now fully functional in Syllable, so porting emulators should 
be much easier now
RKMs?
Maxim
5-Mar-2007
[728x2]
hehe... I guess that answers my question ;-)
so you just put an amiga skin over linux kernel then?
Kaj
5-Mar-2007
[730]
Our project leader would know what they are, but I only collect Amiga's 
:-)
Maxim
5-Mar-2007
[731]
Rom Kernel Manuals... the official Amiga Bible.
Kaj
5-Mar-2007
[732]
No. Look ma, no Linux kernel! The whole system is our own. We only 
use ported Linux and XFree drivers
Maxim
5-Mar-2007
[733]
ok, so does the OS API mimic those from the Amiga?  (and would thus 
allow easier port of old Amiga sources)
Kaj
5-Mar-2007
[734]
I have those manuals here somewhere, but... Only AtheOS version 1 
was meant as an Amiga clone, eons ago. It was rewritten three times 
to become its own operating system. Only the general Amiga spirit 
remains - with the BeOS spirit on top of it
Maxim
5-Mar-2007
[735]
k
Kaj
5-Mar-2007
[736]
Someone should port UAE one of these days
Maxim
5-Mar-2007
[737]
would that be like incest  ;-)
Kaj
5-Mar-2007
[738x2]
Since AROS can run hosted, it would be thinkable to port it to Syllable, 
maybe even with deeper integration
Those are interesting possibilities, but it's not a focus of ours
Maxim
5-Mar-2007
[740]
are you going to devcon?
Kaj
5-Mar-2007
[741x2]
We're only three or five people. Creating an operating system is 
a bit of a... tall order
I would like to go, but I'm afraid I will be too busy this year
Maxim
5-Mar-2007
[743x3]
I think that you could have a nice private talk with Carl... since 
you have all the reasons to port R3, I think it would be a good use 
case for Carl to make sure the whole design doesn't assume linux 
windows or Mac
ah well.
does syllable only run on x86?  or could it be retargetted on efika 
boards, for example?
Kaj
5-Mar-2007
[746]
Don't worry. I already did that a year and a half ago in Milan :-)
Maxim
5-Mar-2007
[747]
:-)
Kaj
5-Mar-2007
[748]
x86 only now, but it should be easy to port. It's just that porting 
is hard in itself, so all the people who have claimed that they were 
going to do it over the weekend have never been heard from again 
:-)
Maxim
5-Mar-2007
[749]
I can understand the H/W driver part being a nightmare.  timing and 
resource sharing is not trivial.
Kaj
5-Mar-2007
[750]
It's almost all C, with just a few fragments of assembler. The drivers 
are from Linux and X, so if you go back to the original versions, 
they're portable
Maxim
5-Mar-2007
[751]
ok, as long as they are also available for the other HW, I see... 
good practice  :-)
Kaj
5-Mar-2007
[752]
It's just that it's a deeply technical procedure with many steps, 
so few people are capable of it, and everyone would have to learn 
along the way
Maxim
5-Mar-2007
[753]
yes obviously.
Kaj
5-Mar-2007
[754x2]
The easiest and most useful port would be to AMD64, so when we get 
to it, we will focus on that first
Over the years I've already done work on cross-compiling toolchains
Maxim
5-Mar-2007
[756]
is syllable able to compile itself?
Kaj
5-Mar-2007
[757x2]
Since time immemorial. That's how we got AtheOS from Kurt, and it 
has been a huge advantage
We don't cross-develop such as almost all other alternative systems. 
We develop on Syllable itself, so we have always been at a relatively 
low bug level
Maxim
5-Mar-2007
[759]
using your own stuff always improves its quality.  the nasty things 
get fixed fast... they annoy you the first  :-)
Kaj
5-Mar-2007
[760x2]
With the cross-compiling toolchain, we could develop for Linux on 
Syllable :-)
Exactly
Maxim
5-Mar-2007
[762]
does Orca support AGG dialect?
Kaj
5-Mar-2007
[763]
In fact, I use my Syllable build system on Linux to build the ORCA 
and GrUB packages for Linux