<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Overlay</id>
		<title>Overlay - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Overlay"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Overlay&amp;action=history"/>
		<updated>2026-05-12T08:33:34Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=Overlay&amp;diff=26810&amp;oldid=prev</id>
		<title>Jnc: Jnc moved page Broadcast to Overlay without leaving a redirect: Bah, created at wrong name</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Overlay&amp;diff=26810&amp;oldid=prev"/>
				<updated>2022-06-30T16:03:49Z</updated>
		
		<summary type="html">&lt;p&gt;Jnc moved page &lt;a href=&quot;/wiki/Broadcast&quot; title=&quot;Broadcast&quot;&gt;Broadcast&lt;/a&gt; to &lt;a href=&quot;/wiki/Overlay&quot; title=&quot;Overlay&quot;&gt;Overlay&lt;/a&gt; without leaving a redirect: Bah, created at wrong name&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 16:03, 30 June 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jnc</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=Overlay&amp;diff=26809&amp;oldid=prev</id>
		<title>Jnc: Next top entry on 'Wanted pages' for me</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Overlay&amp;diff=26809&amp;oldid=prev"/>
				<updated>2022-06-30T16:03:04Z</updated>
		
		<summary type="html">&lt;p&gt;Next top entry on &amp;#039;Wanted pages&amp;#039; for me&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Overlays''' are a [[programmer|programming]] technique for dealing with reduced availability of [[main memory]] - either because of a limited [[address space]] (as in the [[PDP-11]], towards the end of its life), or because the machine just did not have much (very common in the early days of computers).&lt;br /&gt;
&lt;br /&gt;
The program to be 'overlaid' was split up into tranches, called 'overlays', of which only one (or a limited number) were directly available to the [[Central Processing Unit|CPU]] at a time. When the program needed to transfer (via either a [[jump]], or a [[subroutine]] call) to an overlay that was not currently accessible, progress had to stop momentarily while that overlay was made accessible (perhaps by reading it in from [[secondary storage]]).&lt;br /&gt;
&lt;br /&gt;
Overlays perform the same basic function as the later [[virtual memory]] ('jam three gallons into a one-gallon bucket'), but do so explicitly, not automatically and invisibly.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=2.9BSD/usr/man/man5/a.out.5 a.out (5)] - this and the next entry describe the supports for overlays in the later PDP-11 [[BSD]]s&lt;br /&gt;
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=2.9BSD/usr/man/man1/ld.1 ld (1)]&lt;br /&gt;
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=2.9BSD/usr/doc/2.9_kernel.ms Changes in the Kernel in 2.9BSD] - describes use of overlays in the [[2.9BSD]] [[kernel]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Software Concepts]]&lt;/div&gt;</summary>
		<author><name>Jnc</name></author>	</entry>

	</feed>