Deutsch   English   Français   Italiano  
<vt960k$3efvk$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Stephen Fuld <sfuld@alumni.cmu.edu.invalid>
Newsgroups: comp.arch
Subject: Re: MMU using base and bound
Date: Thu, 10 Apr 2025 12:26:12 -0700
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <vt960k$3efvk$1@dont-email.me>
References: <vt7qei$2f0s7$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 10 Apr 2025 21:26:13 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c5bb012d4e578002230affbd79ef5558";
	logging-data="3620852"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/SxPprotR8mUjt1tK7OSF2OGofOp38kp8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:SaKRO0vitNOBC4ZacGdSxG9sgzc=
In-Reply-To: <vt7qei$2f0s7$1@dont-email.me>
Content-Language: en-US
Bytes: 2516

On 4/10/2025 12:02 AM, Robert Finch wrote:
> Working on the MMU component tonight.
> 
> Just realized that it is possible to have only a single hierarchical 
> page table in the system if base and bound addressing is applied before 
> translating with the page table. Or to reduce the number of page tables 
> using the base/bound addressing.
> 
> Building base/bound registers into the MMU, pondering having multiple 
> sets of registers to reduce the amount of register swapping. A single 
> BRAM should be enough for 32 sets of 16 registers. Could store an index 
> for selecting the set in the process control block. Defaulting set zero 
> for flat addressing.
> 

Separating the protection aspects (base and bound) from the real memory 
management aspects (paging) has advantages and disadvantages.  Al 
mentioned one implementation (with which I am not familiar), but the 
Mill also does that (though currently at least, only in 
simulation/emulation) and, (out of historical compatibility 
requirements) the Unisys 2200 series (currently emulated but there were 
dedicated hardware implementations)

There is some documentation of the Mill online, and there is complete 
documentation of the Unisys implementation online.  Note if you start to 
read the Unisys documentation, they call the memory associated with a 
particular base and bound, a "bank"



-- 
  - Stephen Fuld
(e-mail address disguised to prevent spam)