How about UNIX on you Apple II?

8 posts / 0 new
Last post
BillO's picture
Offline
Last seen: 3 years 9 months ago
Joined: Jun 20 2014 - 18:03
Posts: 258
How about UNIX on you Apple II?

Have a look at this!

Offline
Last seen: 8 years 4 months ago
Joined: Apr 10 2006 - 20:01
Posts: 1013
Re: How about UNIX on you Apple II?

Been working on it since 1988, eh? That's a long time. I've actually used LUnix on the C64 - though admittedly that's easier to do since there is better banking in/out of large swathes of memory on that platform (even more so on the C128).

BillO's picture
Offline
Last seen: 3 years 9 months ago
Joined: Jun 20 2014 - 18:03
Posts: 258
Re: How about UNIX on you Apple II?

LOL! Naw, I think the 6502 version was just started late last year (2014).

magnusfalkirk's picture
Offline
Last seen: 16 hours 44 min ago
Joined: Feb 18 2007 - 11:46
Posts: 325
Re: How about UNIX on you Apple II?

Here is a link to a discussion on csa2, through Google Groups, about XINU, a Unix like operating system for the Apple 2, that David Finnigan was trying to work on and fix for the II. His last post about it was back in 2010.

https://groups.google.com/forum/#!topic/comp.sys.apple2.programmer/FMsq5Fbc2ZU

Just my II cents worth,
magnus

Offline
Last seen: 8 years 4 months ago
Joined: Apr 10 2006 - 20:01
Posts: 1013
Re: How about UNIX on you Apple II?

LOL! Naw, I think the 6502 version was just started late last year (2014).

Oh, ok. I was keying off of this:
Read 131072 bytes from '6502.rom'
Fuzix.
FUZIX version 0.1
Copyright (c) 1988-2002 by H.F.Bower, D.Braun, S.Nitschke, H.Peraza
Copyright (c) 1997-2001 by Arcady Schekochikhin, Adriano C. R. da Cunha
Copyright (c) 2013-2015 Will Sowerbutts
Copyright (c) 2014-2015 Alan Cox
Devboot
128kB total RAM, 120kB available to processes (15 processes max)
Enabling interrupts ... ok.
bootdev:
Mounting root fs (root_dev=0): OK
Starting /init

But anyway, as Magnus and I point out, it's one of several such projects out there. Very interesting studies in marshaling resources in highly constrained systems, all.

speedyG's picture
Offline
Last seen: 4 years 10 months ago
Joined: Nov 16 2011 - 07:45
Posts: 2493
Re: How about UNIX on you Apple II?

Well not to forget:
in the mid to late 80´s there also was SCO.
Their problem: demanding outragious prices for their licenses....
that in fact got the company also down to the cellar....
if the prices would have been more reasonable they would have had a chance to survive
with more customers and more resourcces for development.....

nowadays it´s a quite interesting task analyzing that early attempt to UNIX IV and V....
but it recommends a harddisk system to start from....
speedyG

Offline
Last seen: 9 years 3 weeks ago
Joined: Jan 17 2015 - 19:05
Posts: 1
Re: How about UNIX on you Apple II?

Kyan Pascal came with a Unix-like shell called Kix. It was kind of like a Unix command line interface. The underlying OS was still ProDos. It was how I first learned Unix shell commands back in the 80's.

Mike

Dog Cow's picture
Offline
Last seen: 4 years 10 months ago
Joined: Dec 11 2008 - 16:26
Posts: 554
Re: How about UNIX on you Apple II?

Here is a link to a discussion on csa2, through Google Groups, about XINU, a Unix like operating system for the Apple 2, that David Finnigan was trying to work on and fix for the II. His last post about it was back in 2010.

Wow, that's when I was still a beginner at 6502 assembly language!

Check out Multitasking Mouse Draw Demo v1.3 for the prototype of what could be a multitasking system for the Apple II. All the source code is public domain.

Log in or register to post comments