POV-Ray : Newsgroups : povray.off-topic : Re: Radiosity Status: Giving Up... Server Time
9 Oct 2024 22:14:12 EDT (-0400)
  Re: Radiosity Status: Giving Up... (Message 31 to 40 of 49)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 9 Messages >>>
From: nemesis
Subject: Re: Radiosity Status: Giving Up...
Date: 4 Jan 2009 20:40:00
Message: <web.49616467cd9d1e75e44542980@news.povray.org>
Darren New <dne### [at] sanrrcom> wrote:
> nemesis wrote:
> > and a memorable flamewar with Linus Torvalds in the beginning of Linux over bad
> > design choices:
>
> It's always fun to go back and read what influential people wrote a long
> time ago about the future of things that have lasted for a decade or two.

Indeed, it's fun to watch arguments about obsolete techs flying around with so
much positive vibe. :)

BTW, according to Tanenbaum in that very thread, MS-DOS is definitely an OS.  So
I guess Tanenbaum is definitely not the basis for Warp's OS definition...


Post a reply to this message

From: nemesis
Subject: Re: Radiosity Status: Giving Up...
Date: 4 Jan 2009 21:25:00
Message: <web.49616ec7cd9d1e75e44542980@news.povray.org>
Eero Ahonen <aer### [at] removethiszbxtnetinvalid> wrote:
> Darren New wrote:
> >
> > It's always fun to go back and read what influential people wrote a long
> > time ago about the future of things that have lasted for a decade or two.
> >
>
> Yep. The disgussion nemesis linked is very entertaining to read, thanks
> of that for him :).

heh, I thought you all knew about it. ;)


Post a reply to this message

From: Darren New
Subject: Re: Radiosity Status: Giving Up...
Date: 4 Jan 2009 21:36:57
Message: <49617249@news.povray.org>
nemesis wrote:
> BTW, according to Tanenbaum in that very thread, MS-DOS is definitely an OS.  So
> I guess Tanenbaum is definitely not the basis for Warp's OS definition...

Yeah, I was kind of curious what definition Warp was using, given that 
Merriam-Webster, Wikipedia, the people who coined the term "operating 
sytem", and the people who wrote MS-DOS, all seem to agree that MS-DOS would 
be an operating system.

Of course, we all know what it does and doesn't do, so exactly what it's 
called isn't very relevant, methinks.

-- 
   Darren New, San Diego CA, USA (PST)
   Why is there a chainsaw in DOOM?
   There aren't any trees on Mars.


Post a reply to this message

From: Eero Ahonen
Subject: Re: Radiosity Status: Giving Up...
Date: 4 Jan 2009 23:41:46
Message: <49618f8a@news.povray.org>
nemesis wrote:
> 
> heh, I thought you all knew about it. ;)
> 

We all aren't *that* old in our nerd-age :p.

-Aero


Post a reply to this message

From: nemesis
Subject: Re: Radiosity Status: Giving Up...
Date: 5 Jan 2009 00:05:00
Message: <web.49619448cd9d1e75e44542980@news.povray.org>
Eero Ahonen <aer### [at] removethiszbxtnetinvalid> wrote:
> nemesis wrote:
> >
> > heh, I thought you all knew about it. ;)
> >
>
> We all aren't *that* old in our nerd-age :p.

By 1992, I didn't have a computer and was off playing a Super Nintendo. :)

But it's such a memorable piece of Linux lore that I heard about it many and
many times even when I first got into it by 2001...


Post a reply to this message

From: Eero Ahonen
Subject: Re: Radiosity Status: Giving Up...
Date: 5 Jan 2009 12:47:42
Message: <496247be$1@news.povray.org>
nemesis wrote:
> 
> By 1992, I didn't have a computer 

I^HMy parents actually had one, but no internet connection. Nor any
other connection - IIRC my mom bought a modem for us somewhere around
1995. Anyway, me being 13 at the time didn't make me too much intrested
in coding.

> and was off playing a Super Nintendo. :)

I bought my SNES in 2008. 15 euros, containing 2 games. Much cheaper
than in 1992.

OTOH I also bought my Wii in 2008. ~400 euros, containing 2 "real"
games, Wii Play, 2 controllers and a loading station for 2 controllers.

> But it's such a memorable piece of Linux lore that I heard about it many and
> many times even when I first got into it by 2001...
> 

It surely is. I can actually wonder how no-one has linked it for me
before...

-Aero


Post a reply to this message

From: Jim Henderson
Subject: Re: Radiosity Status: Giving Up...
Date: 5 Jan 2009 17:23:17
Message: <49628855$1@news.povray.org>
On Sat, 03 Jan 2009 13:24:46 -0500, Warp wrote:

>  Yeah, MS-DOS had great support for managing memory, network connections
> and the like. In your dreams maybe.

INT2F redirection provided resources for redirection needed for network 
connections.  And it included memory management routines.  It didn't do 
memory protection well, but that's more a sign of the times than anything.

>   MS-DOS was nothing but an application launcher, which kept some
>   routines
> in memory for the application to call if it wanted. After the
> application launched, it had absolute control of the machine. Basically
> the application became the de-facto "operating system", if we can call
> it that.

Nonsense.  The kernel itself included a large amount of functionality in 
the ISRs used for accessing all aspects of the machine.  It wasn't a 
preemptive multitasking operating system, but the ability to multitask 
isn't something that defines an operating system - or didn't at the time.

One could argue that TSR programs actually gave the system the ability to 
multitask, but it was more like task switching than multitasking.  You 
could conceivably stretch (but it woudl be a stretch) to nonpreemptive 
multitasking, but I don't think I'd go that far.

The fact that I've got several books on DOS operating system programming, 
interrupts, and functionality would seem to counter your argument that 
DOS is just an "application launcher" or anything like GRUB.

Jim


Post a reply to this message

From: Jim Henderson
Subject: Re: Radiosity Status: Giving Up...
Date: 5 Jan 2009 17:29:16
Message: <496289bc$1@news.povray.org>
On Sat, 03 Jan 2009 15:36:06 -0500, Warp wrote:

>> The fact that GRUB is no longer around once it has loaded the program
>> means it's probably not actually an operating system.
> 
>   Sound pretty much like MS-DOS to me.

Then you don't understand how MS-DOS works, because it doesn't terminate 
from memory when you launch WordPerfect.  It stays resident.  GRUB 
doesn't stay resident.  At all.

Jim


Post a reply to this message

From: Jim Henderson
Subject: Re: Radiosity Status: Giving Up...
Date: 5 Jan 2009 17:34:30
Message: <49628af6$1@news.povray.org>
On Sun, 04 Jan 2009 10:10:29 -0800, Darren New wrote:

> Xen is an OS

I don't know that I'd agree with that.  A hypervisor is a hardware 
abstraction layer, messing about with the various memory rings in the 
system in order to make the OS running within the hypervisor believe it's 
running in Ring 0 when it's not in order to take advantage of memory 
protection features in the hardware without tripping the native hardware 
up when a child domain bombs out.

Jim


Post a reply to this message

From: Darren New
Subject: Re: Radiosity Status: Giving Up...
Date: 5 Jan 2009 17:43:11
Message: <49628cff$1@news.povray.org>
Jim Henderson wrote:
> On Sun, 04 Jan 2009 10:10:29 -0800, Darren New wrote:
> 
>> Xen is an OS
> 
> I don't know that I'd agree with that.

Is VM/CMS an OS? I bet IBM would say so. :-)

> A hypervisor is a hardware 
> abstraction layer, messing about with the various memory rings in the 
> system in order to make the OS running within the hypervisor believe it's 
> running in Ring 0 when it's not in order to take advantage of memory 
> protection features in the hardware without tripping the native hardware 
> up when a child domain bombs out.

Sure. And Linux is a hardware abstraction layer, making your application 
think it has a linear RAM address space to mess with and providing linear 
sequences of bytes on disk to read and write (organized as a single tree of 
names), when none of those are actually true. One of the jobs of an OS is 
necessarily abstracting the hardware in *some* way, if you accept that 
maintaining state and managing resources between independent applications is 
part of the definition of an OS.

Of course you could argue either way.  I was more contrasting Xen against a 
BIOS than arguing that Xen must necessarily be considered an OS.

-- 
   Darren New, San Diego CA, USA (PST)
   Why is there a chainsaw in DOOM?
   There aren't any trees on Mars.


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 9 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.