<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/comboot.doc, branch syslinux-3.50-pre2</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>Support chaining shuffle descriptors when buffer is too small</title>
<updated>2007-03-30T20:33:47+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-30T20:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=48f62dd984768c64a4c481bf41578cb8a0e63c49'/>
<id>48f62dd984768c64a4c481bf41578cb8a0e63c49</id>
<content type='text'>
Provide a method for re-loading shuffle descriptors from a buffer in
high memory when the shuffle descriptors are too many to fit in the
buffer.  This can happen when trying to stitch an initramfs together
from parts.  Still need library support for this, however.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a method for re-loading shuffle descriptors from a buffer in
high memory when the shuffle descriptors are too many to fit in the
buffer.  This can happen when trying to stitch an initramfs together
from parts.  Still need library support for this, however.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the new version 3.50 instead of 3.40; too many new things.</title>
<updated>2007-03-20T15:21:22+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-20T15:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9ffb8445bb0931fa574a37a4059a2085b3f0b09f'/>
<id>9ffb8445bb0931fa574a37a4059a2085b3f0b09f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stealth whitespace cleanup (automated)</title>
<updated>2007-03-15T05:07:09+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-15T05:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=64d7ea7b604c2ca9ab8f7236374b3a1c05005e55'/>
<id>64d7ea7b604c2ca9ab8f7236374b3a1c05005e55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a register-setting shuffle and boot for real mode; clean up headers.</title>
<updated>2007-03-15T04:50:36+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-15T04:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a80b07e7fb8feec668a435101659e3ed94015a23'/>
<id>a80b07e7fb8feec668a435101659e3ed94015a23</id>
<content type='text'>
- Add an API function to shuffle and boot which sets *all* RM registers;
- Move those structures to &lt;syslinux/bootpm.h&gt; and &lt;syslinux/bootrm.h&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add an API function to shuffle and boot which sets *all* RM registers;
- Move those structures to &lt;syslinux/bootpm.h&gt; and &lt;syslinux/bootrm.h&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the shuffle and boot interface.  It was probably always broken.</title>
<updated>2007-03-15T01:59:40+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-15T01:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0b4922aa3fb090ee05d2e7c20379aabe2a047835'/>
<id>0b4922aa3fb090ee05d2e7c20379aabe2a047835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for using a shuffle descriptor to bzero rather than bcopy</title>
<updated>2007-03-13T22:57:03+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-13T22:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8efbdb674d6763272b917696c66963a206cd97aa'/>
<id>8efbdb674d6763272b917696c66963a206cd97aa</id>
<content type='text'>
When source address is set to -1, do a bzero instead of a bcopy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When source address is set to -1, do a bzero instead of a bcopy.
</pre>
</div>
</content>
</entry>
<entry>
<title>New API call: cleanup, shuffle and boot to flat protected mode</title>
<updated>2007-03-11T23:26:35+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-11T23:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=66950a7c945cbb4c378c6185490a0d7d773e20d1'/>
<id>66950a7c945cbb4c378c6185490a0d7d773e20d1</id>
<content type='text'>
Add an API call to invoke flat protected mode; e.g. to boot an ELF kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an API call to invoke flat protected mode; e.g. to boot an ELF kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting cleanups</title>
<updated>2007-03-07T19:07:52+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-07T19:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0bcec261c03301966dc02104428f4212d70a26c9'/>
<id>0bcec261c03301966dc02104428f4212d70a26c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new PXE keyword (we might have to distinguish from BOOT at some point)</title>
<updated>2007-02-20T01:41:21+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-02-20T01:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b3ccb4d99d1d220446c357912e0036cd73ac09cb'/>
<id>b3ccb4d99d1d220446c357912e0036cd73ac09cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Assume 3.40 will be the first version which fixes Read Disk.</title>
<updated>2007-02-20T00:27:42+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-02-20T00:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=435fab12e0cadf4aba79dc7b6f3ea7a8672277d3'/>
<id>435fab12e0cadf4aba79dc7b6f3ea7a8672277d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
