OS Ideas

Includes system stuff, productivity, emulation, design, and games for pre-OS X Macs!

Re: OS Ideas

Postby Bunsen » 13 Mar 2010, 13:47

barana wrote:johnklos:

Why dont you try one of these? http://en.wikipedia.org/wiki/Q40
£ 545.00


:lol: :lol: :lol:

There's a DIY '020 based QL clone here.
have you searched? Seeks: Nubus PDS DSP PB170 Newton; TRS-80 III/4; CBM BBC SX-64 CX5M Likes: 8bit luggable palmtop terminal NC tablet audio MIDI analog FM drum synth steam&dieselpunk; 1930-1980 lab/comm/mil Score! NC100 PB190 Q950 IIe-PDS
User avatar
Bunsen
Witchfinder-General
 
Joined: 02 May 2007, 15:59
Location: Melbourne, Australia

Re: OS Ideas

Postby Cammy » 08 Mar 2011, 10:04

I'm sorry for resurrecting an older thread, but have you tried MorphOS on your Power Mac G4? It's an exotic, alternative OS for select PPC hardware and it isn't based on Unix/Linux/BSD. You can download the Live CD ISO on the official website, you should be able to burn it to a CD and boot from it to test the OS. If you like it you can install it on your hard drive. Get it here: http://www.morphos-team.net/downloads.html
User avatar
Cammy
 
Joined: 28 Sep 2010, 01:57

Re: OS Ideas

Postby Bunsen » 08 Mar 2011, 18:46

Gee, that's sure come a long way since I last glanced at it
have you searched? Seeks: Nubus PDS DSP PB170 Newton; TRS-80 III/4; CBM BBC SX-64 CX5M Likes: 8bit luggable palmtop terminal NC tablet audio MIDI analog FM drum synth steam&dieselpunk; 1930-1980 lab/comm/mil Score! NC100 PB190 Q950 IIe-PDS
User avatar
Bunsen
Witchfinder-General
 
Joined: 02 May 2007, 15:59
Location: Melbourne, Australia

Re: OS Ideas

Postby protocol7 » 08 Mar 2011, 19:09

I'm just hoping it comes along a little bit further so it supports the onboard audio on my Gigabit Ethernet.
The Orchard: 7500/100 - B&W G3 (x2) - G4 Gigabit Ethernet - iBook G3/500 12" (Dual-USB) - Black MacBook 2,1
User avatar
protocol7
 
Joined: 01 Sep 2008, 14:45
Location: Ireland

Re: OS Ideas

Postby ClassicHasClass » 08 Mar 2011, 19:38

MorphOS is currently my best hope for a portable Amiga. I am so, so tempted to go buy one of the 440ep Amigas but I don't have the space right now for another desktop box (maybe when I get my house, which hopefully will be in a couple months). But I could run Amiga stuff right on one of my stack of spare Power Mac laptops.

Strangely, they're targeting the PowerBooks first, not the iBooks, which is weird since the jump is smaller from the mini to the iBook. It's not a large gulf between the iBook and the PowerBook G4, but it seems a little weird. Still, that would be worth picking up an old aluminum PB for.
User avatar
ClassicHasClass
 
Joined: 03 Jul 2009, 16:48
Location: Electron Alley

Re: OS Ideas

Postby John Hokanson Jr. » 08 Mar 2011, 21:03

If somebody were fairly talented and so inclined, I could see a command line OS (like MS-DOS or CP/M) being thrown together in about a month.

Think about it... that's definately something the mouse-centric Macintosh hasn't seen much of.
My Macs:
Sonic II: Indigo iMac 500Mhz G3 (750), 1GB RAM, Rage 128 Pro (8MB), 120GB HD (7200 rpm), 24x CD-ROM, Mac OS 9.2.2

Maya: PB 520, 12MB RAM, 160MB HD, System 7.5.3
User avatar
John Hokanson Jr.
 
Joined: 05 May 2009, 04:38

Re: OS Ideas

Postby ken27238 » 09 Mar 2011, 00:38

Cammy wrote:I'm sorry for resurrecting an older thread, but have you tried MorphOS on your Power Mac G4? It's an exotic, alternative OS for select PPC hardware and it isn't based on Unix/Linux/BSD. You can download the Live CD ISO on the official website, you should be able to burn it to a CD and boot from it to test the OS. If you like it you can install it on your hard drive. Get it here: http://www.morphos-team.net/downloads.html


good looking stuff. I'm going to try it out this weekend :beige:
My computers:

Power Mac G4 450mhz, 786mb of ram and 18 and 100gb HD, Booting 9.2.2, 10.2.8 and OS X Server 1.2
Power Mac 8100/100: 138mb of ram, 1gb hd, running 7.5
Quadra 660av: 25mhz, 256mb of ram, 200mb hd, running 7.1
SE/30 running 6.0.8
User avatar
ken27238
 
Joined: 19 Aug 2009, 16:29
Location: Westfield, MA

Re: OS Ideas

Postby CJ_Miller » 13 Mar 2011, 06:04

John Hokanson Jr. wrote:If somebody were fairly talented and so inclined, I could see a command line OS (like MS-DOS or CP/M) being thrown together in about a month.

Think about it... that's definately something the mouse-centric Macintosh hasn't seen much of.


I agree with this! I love many of my Mac programs, but I do not understand the appeal of "The Desktop" in Mac and Windoze... it is like training wheels on a bicycle: once one knows their way around mousing through lots of folders definitely seems like the slow and difficult way to go about things. My root disk is a folder which resides on a desktop, which is in turn really a folder on my actual root drive? How does this make any sense? I have been thinking about this lately and have concluded what is heresy in Mac and Windoze communities alike: that DOS-style console applications are the most productive user interface. Sure, they are classically ugly, but they don't need to be. If I can use my tab and cursor keys, and keyboard shortcuts, then I can fly.

I am not kind of real coder, but here are some other OSs that people have put together. They are x86 but cool just the same:
http://common-lisp.net/project/movitz/movitz.html
http://www.forthos.org/
http://www.returninfinity.com/baremetal.html
CJ_Miller
 
Joined: 20 Feb 2010, 14:51

Re: OS Ideas

Postby RebeccaRGB » 13 Mar 2011, 08:18

I've always wanted to write my own OS, but I've found as I've taken my OS and systems programming classes that it's only certain aspects of OS development that appeal to me, and the rest of it I'd rather have someone else write. The parts that particularly interest me are pretty eclectic: VM instruction sets, file system structures, UI design, application programming. Concurrency in particular is one area that scares me.
Code: Select all
#include <multiverse.h>
int slit_electron_went_through() {
  if (fork()) return 1;
  else return 2;
}
User avatar
RebeccaRGB
 
Joined: 03 Mar 2011, 22:04
Location: Lesbians Love Bluetooth

Re: OS Ideas

Postby John Hokanson Jr. » 13 Mar 2011, 21:21

I have much love for my Mac GUI, but think this idea would still be interesting.

The major downside to this is the fact that you'd probably have to write all new applications seeing as most (all?) Mac OS applications rely on things like QuickDraw. Similar to how you can't run Windows apps in DOS.

The good news is that you'd have a super quick command line interface that is as simplistic as MS-DOS, but doesn't have the shortsighted Real Mode limitations of x86 PCs (remember kids: "640K ought to be enough for everybody.")

Oh, and then every Mac user would call you a heathen... but hey...
My Macs:
Sonic II: Indigo iMac 500Mhz G3 (750), 1GB RAM, Rage 128 Pro (8MB), 120GB HD (7200 rpm), 24x CD-ROM, Mac OS 9.2.2

Maya: PB 520, 12MB RAM, 160MB HD, System 7.5.3
User avatar
John Hokanson Jr.
 
Joined: 05 May 2009, 04:38

Re: OS Ideas

Postby Byrd » 13 Mar 2011, 21:41

Doesn't anyone remember MacDOS?
:: Current project Mac: PB1400 resto
User avatar
Byrd
 
Joined: 04 May 2007, 13:48
Location: Melbourne, Australia

Re: OS Ideas

Postby Bunsen » 21 Mar 2011, 19:02

... no?
have you searched? Seeks: Nubus PDS DSP PB170 Newton; TRS-80 III/4; CBM BBC SX-64 CX5M Likes: 8bit luggable palmtop terminal NC tablet audio MIDI analog FM drum synth steam&dieselpunk; 1930-1980 lab/comm/mil Score! NC100 PB190 Q950 IIe-PDS
User avatar
Bunsen
Witchfinder-General
 
Joined: 02 May 2007, 15:59
Location: Melbourne, Australia

Re: OS Ideas

Postby Dog Cow » 21 Mar 2011, 20:25

Bunsen wrote:... no?
Here's a demo if you're too young to remember.
Mac GUI Vault - A source for retro Apple II and Macintosh computing.
http://macgui.com/vault/
User avatar
Dog Cow
 
Joined: 05 Sep 2008, 00:51

Previous

Return to Software

Who is online

Users browsing this forum: No registered users and 1 guest