<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/core, 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>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>comboot: issue IRET for INT 2Fh</title>
<updated>2008-07-01T05:21:47+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-01T05:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5c2daee46d7bcba1e102d1567e7795fb1bff94a9'/>
<id>5c2daee46d7bcba1e102d1567e7795fb1bff94a9</id>
<content type='text'>
At least one laptop exists which calls INT 2Fh from inside the BIOS!
So just point INT 2Fh to IRET, and hope that's good enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At least one laptop exists which calls INT 2Fh from inside the BIOS!
So just point INT 2Fh to IRET, and hope that's good enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build _bin.c files in libinstaller; clean up B/I separation</title>
<updated>2008-06-28T02:15:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-28T02:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6c9b3fcb03f5597954e00ef3303c769baf1336a6'/>
<id>6c9b3fcb03f5597954e00ef3303c769baf1336a6</id>
<content type='text'>
Clean up the BSUBDIR/ISUBDIR separation further.  Build _bin.c files,
which are an intermediate stage toward building the installers, in the
libinstaller directory, since that directory is used by all the
installers anyway.  That also lets us get bin2c.pl out of the root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up the BSUBDIR/ISUBDIR separation further.  Build _bin.c files,
which are an intermediate stage toward building the installers, in the
libinstaller directory, since that directory is used by all the
installers anyway.  That also lets us get bin2c.pl out of the root.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "make clean", "make installer"</title>
<updated>2008-06-28T01:47:02+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-28T01:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=34763a8075ac5f9a7f5ea3d3e420d1efc67c4441'/>
<id>34763a8075ac5f9a7f5ea3d3e420d1efc67c4441</id>
<content type='text'>
- "make clean" should not clean up things that "make installer" cannot
  regenerate.
- "make installer" should not descend into subdirectories which are
  target only, e.g. com32 and sample.

The Linux platform stuff in com32 is old and bitrotted, and was only
for debugging in the first place.  Just ignore it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- "make clean" should not clean up things that "make installer" cannot
  regenerate.
- "make installer" should not descend into subdirectories which are
  target only, e.g. com32 and sample.

The Linux platform stuff in com32 is old and bitrotted, and was only
for debugging in the first place.  Just ignore it.
</pre>
</div>
</content>
</entry>
<entry>
<title>isolinux: don't clobber bp in getfssec</title>
<updated>2008-06-27T01:50:22+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-27T01:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d132465e980db755312890dfbb98c8ed91d20245'/>
<id>d132465e980db755312890dfbb98c8ed91d20245</id>
<content type='text'>
The comapi functions get very unhappy if bp is ever clobbered, since
it uses bp as a frame pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The comapi functions get very unhappy if bp is ever clobbered, since
it uses bp as a frame pointer.
</pre>
</div>
</content>
</entry>
</feed>
