<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git, branch syslinux-3.32-pre5</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>NEWS: Document recent changes</title>
<updated>2006-10-30T19:01:41+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-10-30T19:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=3a7064b4b9c098e4e5aac6396a83c86f9c8f08cd'/>
<id>3a7064b4b9c098e4e5aac6396a83c86f9c8f08cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The simple menu system doesn't work with serial console</title>
<updated>2006-10-30T19:00:27+00:00</updated>
<author>
<name>hiranotaka@zng.info</name>
<email>hiranotaka@zng.info</email>
</author>
<published>2006-10-29T23:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=69271cbba2e262b80b31f74b13cc2e99b296f4ba'/>
<id>69271cbba2e262b80b31f74b13cc2e99b296f4ba</id>
<content type='text'>
Hello,

I have just get started using pxelinux, and encountered a problem.
The document says the simple menu system supports serial console,
and it works on syslinux 0.2x, but it doesn't seem to work in 0.3x and 0.4x.
I confirmed that this patch fixed the bug.

*** com32/lib/sys/xserial_write.c~      2006-10-30 08:30:35.000000000 +0900
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hello,

I have just get started using pxelinux, and encountered a problem.
The document says the simple menu system supports serial console,
and it works on syslinux 0.2x, but it doesn't seem to work in 0.3x and 0.4x.
I confirmed that this patch fixed the bug.

*** com32/lib/sys/xserial_write.c~      2006-10-30 08:30:35.000000000 +0900
</pre>
</div>
</content>
</entry>
<entry>
<title>memdisk: Constrain input drive numbers both by equipment byte and INT 13h</title>
<updated>2006-10-30T18:53:44+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-10-30T18:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b4764f968327b77178d0f8b21e65640420b8fec3'/>
<id>b4764f968327b77178d0f8b21e65640420b8fec3</id>
<content type='text'>
Apparently on some BIOSes, INT 13h return a bogus number of floppy drives
when the real value is zero (probably because the code doesn't check the
validity bit in the equipment byte.)  Do it ourselves if we need to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently on some BIOSes, INT 13h return a bogus number of floppy drives
when the real value is zero (probably because the code doesn't check the
validity bit in the equipment byte.)  Do it ourselves if we need to.
</pre>
</div>
</content>
</entry>
<entry>
<title>sha1pass: allow the user to specify an empty salt</title>
<updated>2006-10-26T21:39:26+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-10-26T21:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=02131f189f079ff3cbf0ad2cb6078ba28871b62f'/>
<id>02131f189f079ff3cbf0ad2cb6078ba28871b62f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When chainloading, set ES:DI to point to the $PnP ICS if available.</title>
<updated>2006-10-24T23:40:45+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-10-24T23:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0a9bdf66956cff22f334c4f9db4e70c8fc5364ab'/>
<id>0a9bdf66956cff22f334c4f9db4e70c8fc5364ab</id>
<content type='text'>
Arguably these really should be kept from the original invocation instead
of saved.  This is doable for PXELINUX, but might be very hard to do for
the disk-based ones.  Think hard about it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Arguably these really should be kept from the original invocation instead
of saved.  This is doable for PXELINUX, but might be very hard to do for
the disk-based ones.  Think hard about it.
</pre>
</div>
</content>
</entry>
<entry>
<title>memdisk: $PnP Installation Check structure length is byte 5, not 2</title>
<updated>2006-10-24T23:39:20+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-10-24T23:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=06194a9dc9b93997146f59b0065847fa7c48f265'/>
<id>06194a9dc9b93997146f59b0065847fa7c48f265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[memdisk] Enable EDD support by default.</title>
<updated>2006-10-20T16:51:19+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-10-20T16:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5b118ef282d2067b98335d084f4050e47707df83'/>
<id>5b118ef282d2067b98335d084f4050e47707df83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile cleanup to be able to build with CC='gcc -m32'</title>
<updated>2006-10-17T22:25:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-10-17T22:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f44248bc9677a6e82c700f91a72d1a798aaa097a'/>
<id>f44248bc9677a6e82c700f91a72d1a798aaa097a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove -x c from assembly preprocessing</title>
<updated>2006-10-17T22:19:46+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-10-17T22:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=413b6d181f1abe16742437b56217d47567982a92'/>
<id>413b6d181f1abe16742437b56217d47567982a92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove -traditional</title>
<updated>2006-10-17T22:18:37+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-10-17T22:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d28ef75b8986169840cf11791c3815b796e03f2a'/>
<id>d28ef75b8986169840cf11791c3815b796e03f2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
