Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 19 submissions in the queue.
posted by LaminatorX on Friday February 21 2014, @05:33AM   Printer-friendly
from the I-don't-care,-I'm-still-free.-You-can't-take-the-garage-from-me dept.

demonlapin writes:

"Brian Benchoff at Hackaday has an ambitious new project: a homebrew computer based not on a classic 8-bit processor like the Z80 or 6502, but on the 16-bit Motorola 68000. It's a backplane-based machine with wire-wrapped connections planned. His first summary post is here. Blinkenlights are planned."

[ED Note: With so much commercially available hardware getting more and more locked down, projects like this are a good reminder of what is possible for a dedicated enthusiast.]

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Friday February 21 2014, @10:33PM

    by Anonymous Coward on Friday February 21 2014, @10:33PM (#4583)

    > I believe Unix needs a MMU to run properly.

    As other people have mentioned, uCLinux can run on a 68000 [eetimes.com] without an MMU!

  • (Score: 1) by darinbob on Saturday February 22 2014, @12:23AM

    by darinbob (2593) on Saturday February 22 2014, @12:23AM (#4624)

    Yea, but that's not really Unix. And I'm saying that as someone who believes Linux is Unix.
    Basically you're left without memory protection; which doesn't really make something non-Linux by itself.
    However you are unable to dynamically grow the size of heap or stack for processes. So like Minix you either allocate a standard stack size for everything or you specify a specific stack individually for each process. All memory is shared, everyone presumably allocates from the same heap, etc.

    • (Score: 0) by Anonymous Coward on Saturday February 22 2014, @01:02AM

      by Anonymous Coward on Saturday February 22 2014, @01:02AM (#4641)

      > Yea, but that's not really Unix. And I'm saying that as someone who believes Linux is Unix.

      True. But given the limitations of the 68000, I would rather run something Linux-like than System 7-like. If you can't have memory protection, you might as well have preemptive multitasking!