<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/core/ldlinux.asm, 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>core: make FILENAME_MAX common; librarize mangle/unmangle</title>
<updated>2009-08-13T03:56:46+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-13T03:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0456f52098e30355a09ad2e05c3a26fc2dbc1752'/>
<id>0456f52098e30355a09ad2e05c3a26fc2dbc1752</id>
<content type='text'>
FILENAME_MAX was 2^8 in all variants by now; make it a common define.
Libraries mangle/unmangle; we have generic_mangle_name for Unix-like
filesystems, and unmangle now defaults to simple strcpy.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FILENAME_MAX was 2^8 in all variants by now; make it a common define.
Libraries mangle/unmangle; we have generic_mangle_name for Unix-like
filesystems, and unmangle now defaults to simple strcpy.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: remove assembly definition of Files in iso/pxelinux</title>
<updated>2009-08-11T00:30:25+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-11T00:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5d7d50a01de8282a0e910beb0a9f151e526dcb62'/>
<id>5d7d50a01de8282a0e910beb0a9f151e526dcb62</id>
<content type='text'>
Remove the assembly definition of Files in isolinux and pxelinux.
Still to do: remove dependencies on Files living in .bss16 space.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the assembly definition of Files in isolinux and pxelinux.
Still to do: remove dependencies on Files living in .bss16 space.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core/diskstart.inc: make the root filesystem a configurable</title>
<updated>2009-08-10T21:27:21+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-10T21:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f87413e6b7a60e9cfc086232953b7f32a4d1c5f2'/>
<id>f87413e6b7a60e9cfc086232953b7f32a4d1c5f2</id>
<content type='text'>
Instead of using conditional compilation, just set the root filesystem
type in the assembly stub.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using conditional compilation, just set the root filesystem
type in the assembly stub.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: merge ldlinux.asm and extlinux.asm</title>
<updated>2009-08-10T02:47:24+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-10T02:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d74cbcd018244a834c60842b16ee18966a6ec020'/>
<id>d74cbcd018244a834c60842b16ee18966a6ec020</id>
<content type='text'>
ldlinux.asm and extlinux.asm are by now extremely similar.  Merge
them.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ldlinux.asm and extlinux.asm are by now extremely similar.  Merge
them.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Core:SYSLINUX: code clean</title>
<updated>2009-06-15T06:54:17+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-15T06:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=07a7e66063aa30ac93ac39ad921e066bb81146ac'/>
<id>07a7e66063aa30ac93ac39ad921e066bb81146ac</id>
<content type='text'>
removes the unused variables in ldlinux.asm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removes the unused variables in ldlinux.asm
</pre>
</div>
</content>
</entry>
<entry>
<title>Core:SYSLINUX: ldlinux.asm converted to C</title>
<updated>2009-06-14T06:22:33+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-14T06:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1a4fe28588ed6bf114f3b9e06966406a1b833d6e'/>
<id>1a4fe28588ed6bf114f3b9e06966406a1b833d6e</id>
<content type='text'>
Well, something goes ugly but it works. And I still need spend some more time
to make the code much better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Well, something goes ugly but it works. And I still need spend some more time
to make the code much better.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert the config load part to C</title>
<updated>2009-06-03T05:14:41+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-03T05:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=7fc77159cc87c848e8c222951516731b433f9944'/>
<id>7fc77159cc87c848e8c222951516731b433f9944</id>
<content type='text'>
For now, I added a temporary file load_config.c that would be merged into
extlinux.c file later, which would make my later work be much easier.

And in order to get rid of the conflict noisy message from the open function
in ui.inc and the open function defined in the unistd.h, I changed the
open in core to core_open. It may be ugly, but it works :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, I added a temporary file load_config.c that would be merged into
extlinux.c file later, which would make my later work be much easier.

And in order to get rid of the conflict noisy message from the open function
in ui.inc and the open function defined in the unistd.h, I changed the
open in core to core_open. It may be ugly, but it works :)
</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>Convert the cache code to C and implement the core printf function</title>
<updated>2009-06-02T00:32:36+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-02T00:32:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5e45fe5a4284dd362bbccd71bebaa3838d77591b'/>
<id>5e45fe5a4284dd362bbccd71bebaa3838d77591b</id>
<content type='text'>
for the cahce part, I do get the error message says that undefined reference
to `getlinsec'. I'm abort to implement a C version one.

for the printf function, it works somehow, but doesn't work well. With the test,
it seems it can handle the format output correctly. And I haven't debugged it,
so I have no idea for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for the cahce part, I do get the error message says that undefined reference
to `getlinsec'. I'm abort to implement a C version one.

for the printf function, it works somehow, but doesn't work well. With the test,
it seems it can handle the format output correctly. And I haven't debugged it,
so I have no idea for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into core32</title>
<updated>2009-05-18T21:32:57+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-18T21:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=12ae69d843447d3a973b0d9087f4f34f18e96ae8'/>
<id>12ae69d843447d3a973b0d9087f4f34f18e96ae8</id>
<content type='text'>
Conflicts:
	core/extlinux.asm
	core/isolinux.asm
	core/ldlinux.asm
	core/pxeidle.inc
	core/pxelinux.asm

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	core/extlinux.asm
	core/isolinux.asm
	core/ldlinux.asm
	core/pxeidle.inc
	core/pxelinux.asm

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