Skip to main content
Home Forums 68kMLA Unix for 8-bit Apple — #26
Post #26 by porter
Source Forum68kMLA
CategoryDevelopment
Post DateMon, 27 Jul 2009 - 03:38
Original URLhttps://68kmla.org/bb/threads/unix-for-8-bit-apple.17548/
Post
Might want to investigate Minix. It's designed for teaching OS design, so even if a porting effort failed, it would be an educational fail :) . It is to some extent unix-like.
I think you might be underestimating the requirements for a UNIX like OS. An 8Mhz 68000 struggles, so how a 6502 is supposed to cope I'm not sure.

What you have to do is stretch the definition of UNIX as much as your brain will allow in order to call the small bit of code you shoe horn into the box as something vaguely reminiscent of an idea they once had back at Bell that may have been somehow related to an operating system. If it doesn't have fork() then it ain't UNIX.

mp.ls