B
Bob Monsen
Guest
Nico Coesel wrote:
implemented a screwy form of VM, which ran the entire OS, and everything
in it as a single flat process space. The paging was simply to simulate
having more memory. There was no process protection, even for the system
data structures. The 68k macs had an MMU since the original Mac II
(1987), but didn't make use of it until then.
However, those were the dark ages. These days, OS X runs on mach, which
is a microkernel. Thus, it's far more likely to be secure than linux or
other unix macrokernels. It uses the BSD os utilities and programmer
API, and also supports an object oriented shell which one can add code
to dynamically (it's using messaging, like object pascal or smalltalk,
rather than static binding like C++. It is programmed in objective C).
Thus, a macintosh is probably the best commercial unix desktop you can
buy. Not that I'll ever buy another Mac. I'm still pissed off at Steve
Jobs for screwing the clone makers. What an asshole.
-----
Regards,
Bob Monsen
This was true of the old OS 6. In os 7 (late 80s, early 90s), theyJon Yaeger <jono_1@bellsouth.net> wrote:
I believe that people who are enamored of XP really haven't had an
opportunity to do much actual work on different platforms. Once they have,
they'll realize quickly that XP is mediocre at best.
For example, compared to OS X:
Wasn't it the Macintosh computer which still didn't had an MMU* when
all other proper computers did? Macintosh is still way behind. OS X is
just an attempt to keep up with the big boys.
* An MMU allows for protected mode which makes each application run
within its own memory area. If one application crashes, the OS can
take it down gracefully.
implemented a screwy form of VM, which ran the entire OS, and everything
in it as a single flat process space. The paging was simply to simulate
having more memory. There was no process protection, even for the system
data structures. The 68k macs had an MMU since the original Mac II
(1987), but didn't make use of it until then.
However, those were the dark ages. These days, OS X runs on mach, which
is a microkernel. Thus, it's far more likely to be secure than linux or
other unix macrokernels. It uses the BSD os utilities and programmer
API, and also supports an object oriented shell which one can add code
to dynamically (it's using messaging, like object pascal or smalltalk,
rather than static binding like C++. It is programmed in objective C).
Thus, a macintosh is probably the best commercial unix desktop you can
buy. Not that I'll ever buy another Mac. I'm still pissed off at Steve
Jobs for screwing the clone makers. What an asshole.
-----
Regards,
Bob Monsen