<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/runkernel.inc, branch syslinux-3.53-pre4</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>Alignment fix when loading multiple kernels.</title>
<updated>2007-06-21T01:12:18+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-21T01:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=38fc7a507c5b781e728956e825e783af2ba095b2'/>
<id>38fc7a507c5b781e728956e825e783af2ba095b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move most messages into the appropriate .inc files</title>
<updated>2007-06-21T00:43:55+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-21T00:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a968a43d4f661154f2baadb6798451e565840aa0'/>
<id>a968a43d4f661154f2baadb6798451e565840aa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't print multiple newlines after initrd...</title>
<updated>2007-06-21T00:24:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-21T00:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=72e7a6589100acb43f1d2560d7ef14b82a742433'/>
<id>72e7a6589100acb43f1d2560d7ef14b82a742433</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for VMware console bug; make more common code common</title>
<updated>2007-06-21T00:08:23+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-21T00:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=202ed40d7acea163b438f570868e5c00bcb5d805'/>
<id>202ed40d7acea163b438f570868e5c00bcb5d805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We need to bloody well set KernelVersion before using it...</title>
<updated>2007-05-23T00:43:18+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-05-23T00:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9e08dc7e6528252a1f81b1c380a10a32f46d84e6'/>
<id>9e08dc7e6528252a1f81b1c380a10a32f46d84e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix loading pre-2.00 protocol kernels.</title>
<updated>2007-05-22T22:46:32+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-05-22T22:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=fff762e1c19c4b684fa4150893196faa2d72743c'/>
<id>fff762e1c19c4b684fa4150893196faa2d72743c</id>
<content type='text'>
Fix loading pre-2.00 protocol kernels.  This is surprisingly important,
since at least memtest86+ mimics such an ancient kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix loading pre-2.00 protocol kernels.  This is surprisingly important,
since at least memtest86+ mimics such an ancient kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>More tweaks to allow bigger stack/heap, and boot protocol adjustments</title>
<updated>2007-05-07T20:47:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-05-07T20:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=fc4031f2d73a8ab6d49f1170ff8e1a662eb18ae0'/>
<id>fc4031f2d73a8ab6d49f1170ff8e1a662eb18ae0</id>
<content type='text'>
Seems the su_heapend field was never set up right; also sanitize the
way the pre-2.02 command line is handled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seems the su_heapend field was never set up right; also sanitize the
way the pre-2.02 command line is handled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make more space for the heap when doing so is possible</title>
<updated>2007-05-06T02:23:14+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-05-06T02:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5d534825f533b09cf6df4dcb7230570139a7a17a'/>
<id>5d534825f533b09cf6df4dcb7230570139a7a17a</id>
<content type='text'>
If we have a modern kernel which is loaded high, we can allow a lot
more space for the real-mode heap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we have a modern kernel which is loaded high, we can allow a lot
more space for the real-mode heap.
</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>Modularize the pause bird function; don't print dots for bootsects and com32</title>
<updated>2006-08-22T00:10:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-08-22T00:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f8c092bd1435421518dd8a7922b5d89e5ed8576e'/>
<id>f8c092bd1435421518dd8a7922b5d89e5ed8576e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
