<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git, branch syslinux-3.71-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>comboot: re-enable the idle call</title>
<updated>2008-07-07T21:54:53+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-07T21:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ca32f3d1846facf0e8c669e58bbacf5b50affe52'/>
<id>ca32f3d1846facf0e8c669e58bbacf5b50affe52</id>
<content type='text'>
Try again to enable the idle call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try again to enable the idle call.
</pre>
</div>
</content>
</entry>
<entry>
<title>pcitest: display "1 bus found" instead of "1 buses found"</title>
<updated>2008-07-07T21:27:51+00:00</updated>
<author>
<name>Sebastian Herbszt</name>
<email>herbszt@gmx.de</email>
</author>
<published>2008-07-07T20:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4ffdc079cdbd5e752f7efd83c19d8c057dfcc47b'/>
<id>4ffdc079cdbd5e752f7efd83c19d8c057dfcc47b</id>
<content type='text'>
Fix the text for pci_bus_list-&gt;count == 1 ("1 bus found").

- Sebastian
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the text for pci_bus_list-&gt;count == 1 ("1 bus found").

- Sebastian
</pre>
</div>
</content>
</entry>
<entry>
<title>comboot: make sure we CLD at all relevant entry points</title>
<updated>2008-07-07T20:20:05+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-07T20:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=16a11070a8bdf715c3683ea585bdb68398429e82'/>
<id>16a11070a8bdf715c3683ea585bdb68398429e82</id>
<content type='text'>
DF is undefined on entry, so make sure we clear it at all entry points
where it could possibly matter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DF is undefined on entry, so make sure we clear it at all entry points
where it could possibly matter.
</pre>
</div>
</content>
</entry>
<entry>
<title>comboot.inc: add missing "section .text"</title>
<updated>2008-07-07T19:46:48+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-07T19:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=777495330a5f0eeb6cc432497cc0bedfc01d2c25'/>
<id>777495330a5f0eeb6cc432497cc0bedfc01d2c25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>comboot: save/restore all the DOS vectors; handle a few more</title>
<updated>2008-07-07T19:43:15+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-07T19:43:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=3346537db4fddde1faf85f25f427a066c25b2fdf'/>
<id>3346537db4fddde1faf85f25f427a066c25b2fdf</id>
<content type='text'>
- save and restore all the DOS vectors around COMBOOT invocations.
- handle INT 28h and INT 29h, and IRET on INT 2Dh, 2Fh, 33h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- save and restore all the DOS vectors around COMBOOT invocations.
- handle INT 28h and INT 29h, and IRET on INT 2Dh, 2Fh, 33h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include the git ID in the build string</title>
<updated>2008-07-07T19:08:47+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-07T19:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d7091614badc4918a667f4478b2559e76dc2ff17'/>
<id>d7091614badc4918a667f4478b2559e76dc2ff17</id>
<content type='text'>
If we're doing an unofficial build from git, put the git id and a
dirty flag in the build string, instead of a timestamp.  This is a lot
more useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we're doing an unofficial build from git, put the git id and a
dirty flag in the build string, instead of a timestamp.  This is a lot
more useful.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow the initrd to be specified on a separate line</title>
<updated>2008-07-04T01:45:42+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-04T01:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=09dcba81bb7220e929093913bbfcb2c47e0ed4fb'/>
<id>09dcba81bb7220e929093913bbfcb2c47e0ed4fb</id>
<content type='text'>
Allow the initrd to be specified on a separate line from command-line
options (append).  This apparently can help certain tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the initrd to be specified on a separate line from command-line
options (append).  This apparently can help certain tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: handle being the only floppy better.</title>
<updated>2008-07-03T22:32:39+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-03T22:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9de789906be3d913a89189c15ba4eff40f37022f'/>
<id>9de789906be3d913a89189c15ba4eff40f37022f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/memdisk.txt: document INT 1Eh fields</title>
<updated>2008-07-03T22:29:57+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-03T22:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=fb75c40b2d119afcef002cb66d359536ad576ff6'/>
<id>fb75c40b2d119afcef002cb66d359536ad576ff6</id>
<content type='text'>
Document the fields to recover the original INT 1Eh vector.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document the fields to recover the original INT 1Eh vector.
</pre>
</div>
</content>
</entry>
<entry>
<title>memdisk: install a DPT if needed in INT 1Eh; better zero-drive detection</title>
<updated>2008-07-03T22:22:39+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-03T22:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8e5db045c60ce25a9eb65a1803d47be4002a3e17'/>
<id>8e5db045c60ce25a9eb65a1803d47be4002a3e17</id>
<content type='text'>
Per the Interrupt list, treat INT 13 08 returning with CL=0 as a
failure, meaning single drive only.

If we find ourselves the only floppy drive, install a DPT into INT
1Eh.  This appears to be needed for PC-DOS 7.0 to boot.  This can be
overridden with the "nodpt" option, and forced with the "dpt" option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per the Interrupt list, treat INT 13 08 returning with CL=0 as a
failure, meaning single drive only.

If we find ourselves the only floppy drive, install a DPT into INT
1Eh.  This appears to be needed for PC-DOS 7.0 to boot.  This can be
overridden with the "nodpt" option, and forced with the "dpt" option.
</pre>
</div>
</content>
</entry>
</feed>
