Amiga.org

Operating System Specific Discussions => AROS Research Operating System => Topic started by: dammy on June 26, 2007, 11:02:42 AM

Title: AROS Mentioned
Post by: dammy on June 26, 2007, 11:02:42 AM
AROS gets mentioned on informit.com (http://www.informit.com/articles/article.asp?p=768380&seqNum=3).

Pity this article didn't come out in a couple more months when x86_64 with memory protection is out...

Dammy
Title: Re: AROS Mentioned
Post by: Oli_hd on June 26, 2007, 12:40:31 PM
Quote
the idea that one rogue application could trample over another’s memory seems remarkably quaint.

 :madashell:
Mehh, getting hung up on the fact it doesnt have memory protection... Im sorry but if all the programs are well tested it aint needed, hell it stops people selling unstable software like I seem to keep finding on the PC (Stupid Pageplus)
I really dont like that little review, its almost like he didnt even try Aros and just asked "does it have this" "does it have that"
Sorry for the bad review guys, keep up the great work!
Title: Re: AROS Mentioned
Post by: cecilia on June 26, 2007, 04:41:42 PM
all publicity is good!

it's not like this is going to be the last time anyone writes a review!

 :banana:
Title: Re: AROS Mentioned
Post by: spihunter on June 26, 2007, 05:11:04 PM
Worst review ever!

ugh! Its pretty clear that this person never even tried AROS
 :roll:
Title: Re: AROS Mentioned
Post by: CannonFodder on June 26, 2007, 08:29:57 PM
Quote
I have a confession to make. I never owned an Amiga. Back when Amiga owners had a multi-tasking GUI running on top of a microkernel, I was using Windows 3.0 on MS-DOS. And I’m still bitter.

For those of us who missed out the first time, the AROS Research Operating System (AROS) provides some surrogate nostalgia. For its era, the AROS OS was an impressive piece of work. It ran on very slow hardware (by today's standards), but still managed to provide an impressive user experience. Of course, this came at a cost.

Perhaps the biggest price paid by the AROS OS was the lack of protected memory. This is seen as vital these days; the idea that one rogue application could trample over another’s memory seems remarkably quaint. Swapping, something that usually goes hand-in-hand with virtual memory, is similarly absent.


That is a review?

Bollox.
Title: Re: AROS Mentioned
Post by: shoggoth on June 26, 2007, 11:49:22 PM
Quote

Oli_hd wrote:
Mehh, getting hung up on the fact it doesnt have memory protection... Im sorry but if all the programs are well tested it aint needed, hell it stops people selling unstable software like I seem to keep finding on the PC (Stupid Pageplus)
I really dont like that little review, its almost like he didnt even try Aros and just asked "does it have this" "does it have that"
Sorry for the bad review guys, keep up the great work!


Claiming that memory protection is a useless feature and that it could be solved simply by testing programs better is just silly (no offence). It's like saying we don't need no law enforcement - just tell people to be good instead. Then... there's reality. Applications are a lot more complex today compared to 20 years ago.

No matter how much I like AROS, the lack of memory protection is a definitely a bad thing.
Title: Re: AROS Mentioned
Post by: Methuselas on June 26, 2007, 11:55:59 PM
Quote

shoggoth wrote:

 the lack of memory protection is a definitely a bad thing.


Gee, you must *REALLY* hate the AmigaOS then.  :roll:
Title: Re: AROS Mentioned
Post by: dammy on June 27, 2007, 12:30:59 AM
Quote
No matter how much I like AROS, the lack of memory protection is a definitely a bad thing.


Keep an eye here (http://msaros.blogspot.com/) for updates.  :-D

Dammy
Title: Re: AROS Mentioned
Post by: uncharted on June 27, 2007, 08:01:53 AM
Quote

CannonFodder wrote:

That is a review?

Bollox.


I quite liked it.  So many reviews get bogged down with petty things like insight and useful information.  This one broke the shackles of conventional journalism by containing neither.
Title: Re: AROS Mentioned
Post by: shoggoth on June 27, 2007, 12:12:27 PM
Quote

Methuselas wrote:
Gee, you must *REALLY* hate the AmigaOS then.  :roll:


Quite the contrary :-) I just happen to think memory protection is an essential feature in a modern OS.
Title: Re: AROS Mentioned
Post by: shoggoth on June 27, 2007, 12:14:21 PM
Quote

Keep an eye here (http://msaros.blogspot.com/) for updates.  :-D
Dammy


Rumours say MP is coming? That would surely be neat.. :) AROS has progressed a lot indeed!
Title: Re: AROS Mentioned
Post by: cecilia on June 27, 2007, 01:26:54 PM
Quote

uncharted wrote:
Quote

CannonFodder wrote:

That is a review?

Bollox.


I quite liked it.  So many reviews get bogged down with petty things like insight and useful information.  This one broke the shackles of conventional journalism by containing neither.
that's right. it was devoid of any information.

the most important fact it contained is this:

AROS Research Operating System (AROS)
Title: Re: AROS Mentioned
Post by: itix on June 27, 2007, 04:40:59 PM
@oli_hd

If it was true why buggy Amiga software is sold? ;-)

MP is not essential (not having memory protection is
common in an embedded world) but it helps making better software.

You probably would not use Enforcer or Mungwall either?

Title: Re: AROS Mentioned
Post by: Fats on June 27, 2007, 07:06:39 PM
Quote

itix wrote:
@oli_hd

MP is not essential (not having memory protection is
common in an embedded world) but it helps making better software.



MP is essential for having a secure general purpose OS though.
You could emulate MP with forcing everything to run in a virtual machine where every memory access is bound checked and all hardware access goes through protected layers. But such a thing is IMO not compatible with the Amiga philosophy of having a very low OS overhead.

greets,
Staf.
Title: Re: AROS Mentioned
Post by: uncharted on June 27, 2007, 08:13:14 PM
@Fats

AFAIK it isn't actually possible as the system would have no way of knowing if a memory access is legitimate or not.  You would have to take the proposed MorphOS approach and run *all* old apps in a sandbox (where they could still interfere with each other) and run new apps in a memory protected environment.
Title: Re: AROS Mentioned
Post by: dammy on July 02, 2007, 01:54:00 PM
Quote
Rumours say MP is coming?


AFAIK, for even being able to boot at 64bit native kernel on a AMD64 requires MMU support.  From what I've been told, AROS64's memory protection is going to be compariable to OS4's MP.  I've been begging for RT support in the kernel for future RT kernel modules, so I have alot of hopes on AROS64, as you probably have guessed.  Loadable kernel modules, hmmmm good!  :cheers: to Doc!

Dammy
AROS64 Bounty (http://thenostromo.com/teamaros2/?number=21)
TeamAROS (http://www.teamaros.org)
Title: Re: AROS Mentioned
Post by: uncharted on July 02, 2007, 02:12:15 PM
Quote

dammy wrote:
Quote
Rumours say MP is coming?


AFAIK, for even being able to boot at 64bit native kernel on a AMD64 requires MMU support.  From what I've been told, AROS64's memory protection is going to be compariable to OS4's MP.


Why not just dump backward compatibility for the 64bit version and actually try to make a modern Amiga-like with modern features?  That is what is really needed.

Source compatibility seems stupid when no-one is ever going to port anything over anyway.
Title: Re: AROS Mentioned
Post by: dammy on July 02, 2007, 02:19:11 PM
Quote
Why not just dump backward compatibility for the 64bit version and actually try to make a modern Amiga-like with modern features? That is what is really needed.

Source compatibility seems stupid when no-one is ever going to port anything over anyway.


If someone ever completes the EUAE Integration (http://thenostromo.com/teamaros2/?number=7) bounty, there would be alot of wisdom in your words.  I can see from the start, there is going to be additional API beyond AOS3.1.  But I'll let be up to the Doc (http://msaros.blogspot.com/) to run with.

Dammy
TeamAROS (http://www.teamaros.org)
Title: Re: AROS Mentioned
Post by: uncharted on July 02, 2007, 02:35:13 PM
Regardless of EUAE, something still needs to be done.  At this point with the move to 64-bit, it seems like the perfect opportunity to start over.  
Title: Re: AROS Mentioned
Post by: Mazze on August 25, 2007, 02:01:06 PM
Quote

Source compatibility seems stupid when no-one is ever going to port anything over anyway.


I'm afraid it's even more unlikely that someone writes new applications for an OS which isn't API compatible to AmigaOS.
Title: Re: AROS Mentioned
Post by: pixie on August 25, 2007, 02:48:32 PM
shoggoth wrote:
Quote
It's like saying we don't need no law enforcement - just tell people to be good instead. Then... there's reality. Applications are a lot more complex today compared to 20 years ago.

Yeah! Like death penalty had solved all criminality... oh wait!