<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/doc/syslinux.txt, branch lua</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>docs: explain the danger of IPAPPEND 1</title>
<updated>2010-06-07T21:53:30+00:00</updated>
<author>
<name>Ferenc Wagner</name>
<email>wferi@niif.hu</email>
</author>
<published>2010-05-31T16:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=ca77b78e7611cd21ea7b8b6ffdc0074f0f17a295'/>
<id>ca77b78e7611cd21ea7b8b6ffdc0074f0f17a295</id>
<content type='text'>
Explain what the actual issue with IPAPPEND 1 is, and what the
constraints on using it really are.

Signed-off-by: Ferenc Wagner &lt;wferi@niif.hu&gt;
Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explain what the actual issue with IPAPPEND 1 is, and what the
constraints on using it really are.

Signed-off-by: Ferenc Wagner &lt;wferi@niif.hu&gt;
Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: Remove the built-in default</title>
<updated>2010-01-06T19:30:22+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-01-06T19:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=b5ff778263ba1d815e5c4088b16dec33190c2c55'/>
<id>b5ff778263ba1d815e5c4088b16dec33190c2c55</id>
<content type='text'>
The built-in default is rarely if ever used anymore and highly
confusing to users.  Remove it entirely.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The built-in default is rarely if ever used anymore and highly
confusing to users.  Remove it entirely.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to HLT the processor during idle</title>
<updated>2009-05-18T20:44:35+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-18T20:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=4826c90afd85d3bc8ee963de0bf1438340db865a'/>
<id>4826c90afd85d3bc8ee963de0bf1438340db865a</id>
<content type='text'>
Try to HLT the processor during idle.  All the events we care about
should have interrupts associated with them, except possibly the
serial console.  Try to deal with the serial console by waiting some
time before going into HLT, and giving the user the option of enabling
the serial console interrupt, on the assumption that the BIOS will
simply IRET.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try to HLT the processor during idle.  All the events we care about
should have interrupts associated with them, except possibly the
serial console.  Try to deal with the serial console by waiting some
time before going into HLT, and giving the user the option of enabling
the serial console interrupt, on the assumption that the BIOS will
simply IRET.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix stray parenthesis in syslinux.txt</title>
<updated>2009-04-14T22:36:05+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2009-04-14T22:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=21a05a49eb12c727ead17a71dba3ec3cc6949c03'/>
<id>21a05a49eb12c727ead17a71dba3ec3cc6949c03</id>
<content type='text'>
Remove stay parenthesis in syslinux.txt

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove stay parenthesis in syslinux.txt

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: update copyright in syslinux.txt</title>
<updated>2009-04-14T19:36:21+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2009-04-14T19:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=636d699e545d7501767e9be4a260e95e61394816'/>
<id>636d699e545d7501767e9be4a260e95e61394816</id>
<content type='text'>
Update and clarify copyright in syslinux.txt.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update and clarify copyright in syslinux.txt.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Adding more initrd details</title>
<updated>2009-03-27T15:21:21+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-03-27T15:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=4b082d511b4191cc0f353d2cea340b37e5e74643'/>
<id>4b082d511b4191cc0f353d2cea340b37e5e74643</id>
<content type='text'>
Signed-off-by: Gert Hulselmans (hulselmansgert@gmail.com)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gert Hulselmans (hulselmansgert@gmail.com)
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Fixing typo</title>
<updated>2009-03-27T15:14:43+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-03-27T15:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=7efc20e5a0c9c5e814f572a2d76cf274804b95de'/>
<id>7efc20e5a0c9c5e814f572a2d76cf274804b95de</id>
<content type='text'>
Signed-off-by: Gert Hulselmans (hulselmansgert@gmail.com)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gert Hulselmans (hulselmansgert@gmail.com)
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: documented Ctrl-N keystroke from PXELINUX</title>
<updated>2009-03-01T20:39:39+00:00</updated>
<author>
<name>Vicente Jimenez Aguilar</name>
<email>googuy@gmail.com</email>
</author>
<published>2009-02-11T19:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=bb86af7a4d8a0191e3f9211a7b5e23ecaf25e3ad'/>
<id>bb86af7a4d8a0191e3f9211a7b5e23ecaf25e3ad</id>
<content type='text'>
Documented Ctrl-N keystroke from PXELINUX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documented Ctrl-N keystroke from PXELINUX
</pre>
</div>
</content>
</entry>
<entry>
<title>syslinux.txt: documented TAB keystroke</title>
<updated>2009-03-01T20:38:13+00:00</updated>
<author>
<name>Vicente Jimenez Aguilar</name>
<email>googuy@gmail.com</email>
</author>
<published>2009-02-11T19:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=38d1e29f9a21051dc8ffee7c5b43b6fe924dee31'/>
<id>38d1e29f9a21051dc8ffee7c5b43b6fe924dee31</id>
<content type='text'>
Documented TAB keystroke in syslinux.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documented TAB keystroke in syslinux.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>syslinux.txt: possible keystrokes now support F11 and F12</title>
<updated>2009-03-01T20:37:49+00:00</updated>
<author>
<name>Vicente Jimenez Aguilar</name>
<email>googuy@gmail.com</email>
</author>
<published>2009-02-11T19:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=2c7b209155e8aa7786e71e2421544347c0f78119'/>
<id>2c7b209155e8aa7786e71e2421544347c0f78119</id>
<content type='text'>
Updated syslinux.txt possible keystrokes now support F11 and F12
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated syslinux.txt possible keystrokes now support F11 and F12
</pre>
</div>
</content>
</entry>
</feed>
