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
30-Dec-2005
[539]
No, since AtheOS 0.1 or something you need to boot from an AFS partition. 
The live CD partly runs from an ISO9660 file system, but that doesn't 
help you any. The point is that a complete system needs to be installed 
on AFS and the only OS with an AFS driver is Syllable, so you have 
to boot Syllable to install Syllable
Volker
30-Dec-2005
[540]
Now I remember linux uses a ramfloppy for the initial part. Yes, 
without that there is a problem.
Kaj
30-Dec-2005
[541]
We use a floppy image and a RAM disk as well on the CD. That's not 
the point
Volker
30-Dec-2005
[542]
And the kernel can be loaded by a bootloader? grub or such? which 
 i can install from linux?
Kaj
30-Dec-2005
[543]
Yes and no. We use GrUB, but it's our own version with support for 
AFS. You can add that to your Linux GrUB if you have the exact same 
version, but it's tricky. Basically you have to install our GrUB 
from our CD. Please follow the installation instructions exactly
Volker
30-Dec-2005
[544]
Hmm. If i put the bootloader on a floppy?
Kaj
30-Dec-2005
[545]
That could be done, but why?
Volker
31-Dec-2005
[546x2]
Because i am now determined not to use a CD. No logic reason, just 
wanting to go with the head thru the wall. Its a personal ego thing, 
i want to find a way to do it ;)
About access to filesystem: Can that work on an image-file? then 
copying the image to the target-system?
Kaj
31-Dec-2005
[548]
Yes, it's easy to mount a disk image file in Syllable; the virtual 
file system doesn't need a loopback device for that as in Linux. 
However, I don't see how that is going to help you here
Volker
31-Dec-2005
[549]
I port afs to linux, to write in an image-file. Then i put it on 
the real hd thru linux and network. then i have an afs-partition 
:)
Kaj
31-Dec-2005
[550x3]
The closest route to doing this would be to recreate the old manual 
way of installation. Copy the base zip package to a FAT partition. 
Download the last boot floppies that were available for old Syllable 
versions. Follow the old manual installation procedure
This will reguire fixing the boot floppies for the new Syllable versions. 
We don't bother with that anymore and I don't even remember why they 
don't work anymore, so this is anything but trivial
If you want to skip this level as well, I have two soldering irons 
for you that I don't use anymore, and the Atari-BASIC source of a 
disassembler that bootstrapped me into my career ;-)
Volker
31-Dec-2005
[553]
Hmm. If i install that old sylable, it could make afs? and then i 
put could boot the new kernel from there?
Kaj
31-Dec-2005
[554]
You'd have to go through a zillion Syllable upgrades, which would 
leave you with a mess that has a dubious chance of working
Volker
31-Dec-2005
[555]
Do you have a cable to connect that irons to a pc? Easier than snailmailing 
casettes.
Kaj
31-Dec-2005
[556]
No, but I have an EPROM burner that I don't use anymore that has 
a cable...
Volker
31-Dec-2005
[557x3]
I would not upgrade. Only put install-image there, now its afs. (i 
would have networking to do that? Then install install-kernel too. 
then booting the install-kernel.
Burning on pc, making cartridges to run on iron?
Or plug cable in old iron instead?
Kaj
31-Dec-2005
[560]
I bought the burner to use from my Atari 8-bit. There was a PC program 
for it, but I could use it from the Atari in a sort of terminal mode
Volker
31-Dec-2005
[561]
Using burner as kind of usb-stick? :)
Kaj
31-Dec-2005
[562x2]
Yes, your best chance would be to install the last Syllable with 
boot floppies (the last floppies worked for a few more versions, 
but I don't remember which), then unzip the complete 0.6.0a base 
zip over it. You'll have to edit the /boot/boot/grub/menu.lst as 
well
It had a Centronics port
Volker
31-Dec-2005
[564x4]
Sylable - i try that.
That old irons - you dont need them anymore? Could be some fun to 
get it working. That final "It displays something!!"-feeling :)
As i have an iron-expert just an internet away :)
Ooops, have to go now. cu.
Kaj
5-Mar-2006
[568x2]
For those who are in the UK or another place where the UK magazine 
Linux Format is available: the April 2006 issue has a six-page article 
and Syllable on the cover CD
http://www.syllable.org/discussion.php?id=1007
Kaj
14-Mar-2006
[570x2]
I released a binary package of Orca 0.0.23 for Syllable:
http://kamidake.other-space.com/display_entry.php?id=336
Kaj
20-May-2006
[572]
It's done. Orca will be included in the upcoming Syllable 0.6.1. 
This means that Orca will be the default scripting language for Syllable 
in future developments (besides Bash)
Anton
20-May-2006
[573]
Wow, sounds cool. By the way, I was just looking at Minix3 with it's 
micro-kernel, and I wondered what kind of kernel Syllable has. I 
found this Syllable FAQ:
What kind of kernel design does Syllable use?

As Syllable is a fork of the AtheOS operating system, the author 
of AtheOS (Kurt Skauen) said "I often ask myself that question too. 
The kernel is very modular and it has a well-defined interface between 
the kernel and its device drivers and file systems. Given that each 
component communicates through a thin, well-defined interface and 
each component does not know much about the others, it resembles 
a micro-kernel. I am not sure if this is the right term though, since 
all kernel components live in kernel-space and are not protected 
from each other, and these are all properties of a monolitic kernel. 
I am a bit confused :)"
Kaj
20-May-2006
[574x3]
That's pretty much it: the design is much more modular and layered 
than well-known monolithic kernels, but it doesn't qualify for the 
academic definition of a microkernel
On the other hand, like in BeOS, which the design is inspired by, 
many system services run as servers in user space, so we do try to 
keep many things out of the kernel, which improves reliability. For 
example, we're now extending the design of our multimedia framework 
and moving the audio drivers, which were ported from Linux, out of 
the kernel into user space
By the way, I exhibited on the Free Software Bazaar this week, which 
is part of the SANE conference, and Minix3 had a booth next to me 
and a talk after me. I am also now the owner of a Minix3 live CD 
with the signature of Andrew Tanenbaum :-)
Anton
20-May-2006
[577]
:-) Cool. Must have been an inspiring chat.
Kaj
20-May-2006
[578]
Eh, I once planned a meet-up with Tanenbaum, but I didn't go through 
with it. The CD was just from a stack that his coworkers took to 
the conference
Anton
20-May-2006
[579]
ah not to worry.
Gregg
20-May-2006
[580]
Very cool Kaj! I never did get the Syllable CD to work here, but 
maybe I should try again. :-)
Kaj
20-May-2006
[581]
Lots of bugs were fixed over the past year, and again in Syllable 
0.6.1, which we will probably release this weekend. So yes, that 
would be a good time to try again
Graham
20-May-2006
[582]
I thought Orca was to be renamed to avoid a name clash with the global 
context of computer languages
Kaj
20-May-2006
[583]
It should - or I would have had an extra interesting discussion with 
Tanenbaum. But that's up to Karl
Graham
20-May-2006
[584]
So, is this the first redistribution of any Rebol clone??
Kaj
20-May-2006
[585]
Quite possibly
Graham
20-May-2006
[586]
Ok, will be added to Rebolweek blog :)
Kaj
20-May-2006
[587]
Cool!
Pekr
22-May-2006
[588]
Kaj - what will happen after R3? It introduces some changes - will 
you try to keep the rebol compatibility, or it is not the primary 
goal? Maybe a wrong group, maybe it belongs to Orca group .... just 
would like to know opinion from the Syllabe guy perspective ...