Welcome, Guest. Please login or register.

Author Topic: Whats is an MMU unit ?  (Read 2398 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline The_Editor

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1863
    • Show only replies by The_Editor
Re: Whats is an MMU unit ?
« Reply #14 from previous page: December 19, 2002, 08:05:51 AM »
Looks very similer to the  "Viper" series of accelerators.
The Reluctant Pom
 

Offline Ilwrath

Re: Whats is an MMU unit ?
« Reply #15 on: December 19, 2002, 08:08:47 AM »
Quote
the socket was put there to make sure users wern't stuck with the wrong fpu if they were buying one later on instead of with the board.  


Yep.... I tend to agree, based on what I've seen on other 68030 cards.

I think the MMU label on that socket is a mislabel. (It happens.... more often than you'd think!)
 

Offline whabang

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 7270
    • Show only replies by whabang
Re: Whats is an MMU unit ?
« Reply #16 on: December 19, 2002, 08:18:58 AM »
Quote

Rob wrote:
by the way, try running showconfig in tools, that should tell you if
you have an MMU or not.

That doesn't matter.
Most EC030's have a more or less faulty MMU that show up in showconfig. ( certain series of this CPU apparently had a functional MMU aswell. They were just standard 030's relabeled as there was a higher demand for EC030's at the time )
Beating the dead horse since 2002.
 

Offline Rob

Re: Whats is an MMU unit ?
« Reply #17 on: December 19, 2002, 08:26:34 AM »
If you do have an MMU, Thomas Richter's MMU library is worth
looking at .


The Sinclar ZX Spectrum emulator ASP uses it to emulate the memory
bank switching features of the later 128K models.  Something not
possible with other Spectrum emulators for the Amiga.
 

Offline Temal

  • Newbie
  • *
  • Join Date: Jul 2002
  • Posts: 19
    • Show only replies by Temal
Re: Whats is an MMU unit ?
« Reply #18 on: December 19, 2002, 08:44:56 AM »
Hmm... I had one of those MTec 1230-cards. It has one socket for
PGA-fpu (68882) AND also a socket for PLCC-fpu (68881). But you
canĀ“t use both at the same time... :)
 

  • Guest
Re: Whats is an MMU unit ?
« Reply #19 on: December 19, 2002, 08:50:50 AM »
So its probably a mislabeled 68881 socket then.
 

Offline jaokim

  • Full Member
  • ***
  • Join Date: Jun 2002
  • Posts: 205
    • Show only replies by jaokim
Re: Whats is an MMU unit ?
« Reply #20 on: December 19, 2002, 02:32:02 PM »
Quote
The MMU features will also let you use some more advanced features in emulators. Outside of that, though, it's of little performance gain.


An MMU is required if you want Linux. Maybe there's some kernels that doesn't require it, but the ones Iv'e seen require one.

And, don't know if it's stated elsewhere, but the MMU basically just takes care of addressing addresses to other addresses. Instead of doing it in software. Atleast that's what I've been told.

So a patch to the syscall AllocMem would introduce VMM to AOS... I think, basically?  :-?