<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/memdisk/memdisk.inc, branch hashtbl</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>Update copyright notices; add Intel notices where appropriate</title>
<updated>2009-04-04T21:48:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-04-04T21:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=390a4bf409a4574fe3272adf9f873ef78b78c167'/>
<id>390a4bf409a4574fe3272adf9f873ef78b78c167</id>
<content type='text'>
Update copyright notices.  Per agreement with my new employer, Intel
Corporation, add Intel copyright notices where appropriate.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update copyright notices.  Per agreement with my new employer, Intel
Corporation, add Intel copyright notices where appropriate.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>memdisk: Int13FuncsCnt is a constant, not a memory location</title>
<updated>2009-03-30T20:37:09+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2009-03-30T20:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d694ce6fdb18e9c74efd56626fbc345a5810c0db'/>
<id>d694ce6fdb18e9c74efd56626fbc345a5810c0db</id>
<content type='text'>
Impact: bug fix

Int13FuncsCnt is a compile-time constant, not a memory location.  This
is a rather important distinction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: bug fix

Int13FuncsCnt is a compile-time constant, not a memory location.  This
is a rather important distinction.
</pre>
</div>
</content>
</entry>
<entry>
<title>memdisk: additional comments in memdisk.inc and postprocess.pl</title>
<updated>2009-03-22T05:22:35+00:00</updated>
<author>
<name>Shao Miller</name>
<email>shao.miller@yrdsb.edu.on.ca</email>
</author>
<published>2009-03-22T04:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6343407b927e9b0a67a8c11dbc3e2b6f78fe23f9'/>
<id>6343407b927e9b0a67a8c11dbc3e2b6f78fe23f9</id>
<content type='text'>
Just a sprinkling of comments adding further description to the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just a sprinkling of comments adding further description to the code.
</pre>
</div>
</content>
</entry>
<entry>
<title>memdisk-cd: Kill off Int13MaxFunc slot for installer handling EDD case</title>
<updated>2009-03-10T22:02:04+00:00</updated>
<author>
<name>Shao Miller</name>
<email>shao.miller@yrdsb.edu.on.ca</email>
</author>
<published>2009-03-10T05:13:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=7e8ae6da382eb345cb07a836d4230fe9064726c5'/>
<id>7e8ae6da382eb345cb07a836d4230fe9064726c5</id>
<content type='text'>
The memdisk install code previously controlled EDD features by controlling
how many INT 13 functions were available.  Since we have EDD and non-EDD
versions of the memdisk hooking code now, this is no longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The memdisk install code previously controlled EDD features by controlling
how many INT 13 functions were available.  Since we have EDD and non-EDD
versions of the memdisk hooking code now, this is no longer needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMDISK: adjust descriptor table limit</title>
<updated>2009-03-09T05:56:28+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-03-09T05:56:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d53c3f6140f108ce7fad0eaa5a69708082416d41'/>
<id>d53c3f6140f108ce7fad0eaa5a69708082416d41</id>
<content type='text'>
The descriptor table limit was off by one.  Not that it matters, but
be picky about these sort of things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The descriptor table limit was off by one.  Not that it matters, but
be picky about these sort of things.
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMDISK: get rid of the WITH_EDD variable</title>
<updated>2009-03-09T05:54:05+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-03-09T05:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=168174176a3daed67ffabdb8e7ef56b81ca2e63b'/>
<id>168174176a3daed67ffabdb8e7ef56b81ca2e63b</id>
<content type='text'>
With the creation of wrapper assembly scripts, there is no reason for
the indirection of WITH_EDD -&gt; EDD; we can just set the EDD variable
directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the creation of wrapper assembly scripts, there is no reason for
the indirection of WITH_EDD -&gt; EDD; we can just set the EDD variable
directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>memdisk varieties: Allow for multiple memdisk installable hooks</title>
<updated>2009-03-09T05:53:22+00:00</updated>
<author>
<name>Shao Miller</name>
<email>shao.miller@yrdsb.edu.on.ca</email>
</author>
<published>2009-03-09T03:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1e5b612846943b32152cd4b639cef894b6f81e22'/>
<id>1e5b612846943b32152cd4b639cef894b6f81e22</id>
<content type='text'>
This patch "sets the stage" for the memdisk kernel to include different
"installables": versions of the memdisk hooks.

This patch splits the case of the EDD-compiled hook from the non-EDD-compiled
hook.  Both are available inside the kernel, and the kernel chooses which one
to install based on the command-line.

It's possible that other, slightly modified versions of the memdisk hook could
be useful to have...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch "sets the stage" for the memdisk kernel to include different
"installables": versions of the memdisk hooks.

This patch splits the case of the EDD-compiled hook from the non-EDD-compiled
hook.  Both are available inside the kernel, and the kernel chooses which one
to install based on the command-line.

It's possible that other, slightly modified versions of the memdisk hook could
be useful to have...
</pre>
</div>
</content>
</entry>
</feed>
