<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/core/hello.c, branch thread</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>printf error fixed</title>
<updated>2009-06-02T23:38:19+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-02T23:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e751e537459b681b4a0b56276e58f08296f9dc8f'/>
<id>e751e537459b681b4a0b56276e58f08296f9dc8f</id>
<content type='text'>
and removed the itao function as the printf function works well now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and removed the itao function as the printf function works well now
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'core32' of git://git.zytor.com/syslinux/syslinux into core32</title>
<updated>2009-06-02T23:18:15+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-02T23:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1d7733675c3c265ba00094647d4910b0f5d8748d'/>
<id>1d7733675c3c265ba00094647d4910b0f5d8748d</id>
<content type='text'>
Conflicts:

	core/hello.c
	core/include/core.h
	core/layout.inc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	core/hello.c
	core/include/core.h
	core/layout.inc
</pre>
</div>
</content>
</entry>
<entry>
<title>core/hello.c: better demo on how to do putchar()</title>
<updated>2009-06-03T02:56:27+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-06-03T02:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d19a7c6a6989f19c4f82212a9a7b654bdf289739'/>
<id>d19a7c6a6989f19c4f82212a9a7b654bdf289739</id>
<content type='text'>
Better illustrate how putchar() should be implemented...

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Better illustrate how putchar() should be implemented...

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Successed in converting the cache code to C</title>
<updated>2009-06-02T20:42:41+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-02T20:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d0ce3937b75d491777e2c1f57ba0eaa20176b9f3'/>
<id>d0ce3937b75d491777e2c1f57ba0eaa20176b9f3</id>
<content type='text'>
It works well for extlinux(seems broken with ldlinux).
With the printf function can not work well in the format string, like %d,
I introduced a new function itoa(), that convert the number to string, for
debugging.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It works well for extlinux(seems broken with ldlinux).
With the printf function can not work well in the format string, like %d,
I introduced a new function itoa(), that convert the number to string, for
debugging.
</pre>
</div>
</content>
</entry>
<entry>
<title>core/hello.c: use __intcall() as a demo</title>
<updated>2009-06-01T05:25:50+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-06-01T05:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d24dee1326c10b0488fe0bdaccb819854a2325c8'/>
<id>d24dee1326c10b0488fe0bdaccb819854a2325c8</id>
<content type='text'>
Use __intcall() to indicate that we now can use the same functions as
used in libcom32.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use __intcall() to indicate that we now can use the same functions as
used in libcom32.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Run Nindent on core/hello.c</title>
<updated>2009-05-29T22:20:14+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-29T22:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=2e63f522953e48017d55e50aacc8c5e0754e1284'/>
<id>2e63f522953e48017d55e50aacc8c5e0754e1284</id>
<content type='text'>
Automatically reformat core/hello.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatically reformat core/hello.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: make the COMBOOT API available to in-kernel PM code</title>
<updated>2009-05-15T03:17:43+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-15T03:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4519c2a7adde441ef01bdd66864269419d703af8'/>
<id>4519c2a7adde441ef01bdd66864269419d703af8</id>
<content type='text'>
Make it possible to call the COMBOOT API from in-kernel PM code,
simply by setting up the COMBOOT API earlier and only tearing it down
during final shutdown.

WARNING: the COMBOOT API is quite possibly probably not reentrant; I
haven't checked it...

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it possible to call the COMBOOT API from in-kernel PM code,
simply by setting up the COMBOOT API earlier and only tearing it down
during final shutdown.

WARNING: the COMBOOT API is quite possibly probably not reentrant; I
haven't checked it...

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: move core definitions to include/core.h</title>
<updated>2009-05-15T02:09:11+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-15T02:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1fef0a581bf584223ad87bdaf729ccb986abb49f'/>
<id>1fef0a581bf584223ad87bdaf729ccb986abb49f</id>
<content type='text'>
Create a new include file for core-specific definitions, and put it in
the include directory.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a new include file for core-specific definitions, and put it in
the include directory.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: adopt the naming convention core_* for exported symbols</title>
<updated>2009-05-14T19:21:46+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-14T19:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1c7146a2eeaaf0021cc15e682e12609a652ed870'/>
<id>1c7146a2eeaaf0021cc15e682e12609a652ed870</id>
<content type='text'>
Adopt the naming convention core_* for symbols exported from the core
code.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adopt the naming convention core_* for symbols exported from the core
code.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>First cut of doing 32-bit C code in the core</title>
<updated>2009-05-14T18:59:46+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-14T18:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=410c91f5624370b1b6a7575d2049db62e6946eeb'/>
<id>410c91f5624370b1b6a7575d2049db62e6946eeb</id>
<content type='text'>
A very preliminary implementation of 32-bit C code in the core.  This
currently breaks ADV, because the installer assumes the ADV is the
last two sectors in extlinux.sys -- need to figure out a way to deal
with this hopefully without breaking the migration protocol.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A very preliminary implementation of 32-bit C code in the core.  This
currently breaks ADV, because the installer assumes the ADV is the
last two sectors in extlinux.sys -- need to figure out a way to deal
with this hopefully without breaking the migration protocol.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
