<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/include, branch syslinux-3.2x</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>Introducing a new com32 module to parse pci devices/buses</title>
<updated>2006-09-13T04:06:55+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan@r1.paris</email>
</author>
<published>2006-09-07T18:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c1b0bb65b97cde99e4a7be101fa4033833d17243'/>
<id>c1b0bb65b97cde99e4a7be101fa4033833d17243</id>
<content type='text'>
The pcitest module implements an example of use the pci module
If you like to use the string name just put a pci.ids file in the root directory
(cherry picked from 85bb6facf0100592c89d5c3c5c17b25e7b0006b3 commit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pcitest module implements an example of use the pci module
If you like to use the string name just put a pci.ids file in the root directory
(cherry picked from 85bb6facf0100592c89d5c3c5c17b25e7b0006b3 commit)
</pre>
</div>
</content>
</entry>
<entry>
<title>Before this fix, the cpu flags were shifted</title>
<updated>2006-09-13T04:05:12+00:00</updated>
<author>
<name>erwan</name>
<email>erwan@r1.paris</email>
</author>
<published>2006-09-07T18:11:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=7d5d2f9bb363f95db585092f43fe5a1eefe588f1'/>
<id>7d5d2f9bb363f95db585092f43fe5a1eefe588f1</id>
<content type='text'>
(cherry picked from b1ffc5a7732118170aaa3f6267ab821e5a237c20 commit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from b1ffc5a7732118170aaa3f6267ab821e5a237c20 commit)
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding a new com32 module to handle cpu information</title>
<updated>2006-09-05T20:53:38+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan@seanodes.com</email>
</author>
<published>2006-09-04T20:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1f675cf4298e2cb5dd5bc3be2c3649ac81d4fac6'/>
<id>1f675cf4298e2cb5dd5bc3be2c3649ac81d4fac6</id>
<content type='text'>
 From : Erwan Velu &lt;erwan.velu@free.fr&gt;
This patch a new com32 module to handle cpu information.
A new "cpu" structure can be filled by calling "detect_cpu(&amp;cpu)".

It provides :
- Vendor name as string
- Model as string
- Vendor as integer
- Model as integer
- Family as integer
- Stepping as Integer
- Flags as boolean
- SMP as boolean

Note that SMP is just a manner to know if the bios annonce an MPTABLE.
This code can't detect each processor.

I've been adding a demo program called cpuidtest to show how it works.

if (cpu.flags.lm == true) printf("This system is x86_64 compatible\n");
This example shows how to test if a system is X86_64 compatible.
I hope it's simple enough ;)

This code is mainly taken from the Linux Kernel.
Greetings for all the guys who wrote it.

Testing and feedback are welcome.

Signed-off-by:Erwan Velu &lt;erwan.velu@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 From : Erwan Velu &lt;erwan.velu@free.fr&gt;
This patch a new com32 module to handle cpu information.
A new "cpu" structure can be filled by calling "detect_cpu(&amp;cpu)".

It provides :
- Vendor name as string
- Model as string
- Vendor as integer
- Model as integer
- Family as integer
- Stepping as Integer
- Flags as boolean
- SMP as boolean

Note that SMP is just a manner to know if the bios annonce an MPTABLE.
This code can't detect each processor.

I've been adding a demo program called cpuidtest to show how it works.

if (cpu.flags.lm == true) printf("This system is x86_64 compatible\n");
This example shows how to test if a system is X86_64 compatible.
I hope it's simple enough ;)

This code is mainly taken from the Linux Kernel.
Greetings for all the guys who wrote it.

Testing and feedback are welcome.

Signed-off-by:Erwan Velu &lt;erwan.velu@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove CVS-era $Id$ tags.</title>
<updated>2006-08-17T21:26:53+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-08-17T21:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4604b77ad1d301d2f0a571ea3376c38f5b990813'/>
<id>4604b77ad1d301d2f0a571ea3376c38f5b990813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding a com32 module to handle DMI</title>
<updated>2006-08-15T05:25:26+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan@seanodes.com</email>
</author>
<published>2006-08-14T20:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1442feb3e09f6752a58191b4630a76e3051bca60'/>
<id>1442feb3e09f6752a58191b4630a76e3051bca60</id>
<content type='text'>
 From : Erwan Velu &lt;erwan.velu@free.fr&gt;

This patch add a new com32 module named dmi.
It can parse DMI Hanldes number 0,1,2,3,4.
Using a very simple API, you can read the values of the following "Handles"
- BIOS
- CHASSIS
- SYSTEM
- BASE_BOARD
- PROCESSOR

It's possible and easy to extend to many other Handles.

A sample code program called dmitest shows how you can use and display
this structures.

The codes is mainly taken from the Linux Kernel and the smartmontool
projects.
Both are GPL, my code too.

Testing and feedback are welcomed.

Signed-off-by:Erwan Velu &lt;erwan.velu@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 From : Erwan Velu &lt;erwan.velu@free.fr&gt;

This patch add a new com32 module named dmi.
It can parse DMI Hanldes number 0,1,2,3,4.
Using a very simple API, you can read the values of the following "Handles"
- BIOS
- CHASSIS
- SYSTEM
- BASE_BOARD
- PROCESSOR

It's possible and easy to extend to many other Handles.

A sample code program called dmitest shows how you can use and display
this structures.

The codes is mainly taken from the Linux Kernel and the smartmontool
projects.
Both are GPL, my code too.

Testing and feedback are welcomed.

Signed-off-by:Erwan Velu &lt;erwan.velu@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Across-the-board stealth whitespace cleanup</title>
<updated>2006-05-04T00:32:15+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-05-04T00:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=28eecd8965aedbd75727fb0797a2e7033d5c54ee'/>
<id>28eecd8965aedbd75727fb0797a2e7033d5c54ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Beginnings of a file-moving API</title>
<updated>2005-09-25T21:35:44+00:00</updated>
<author>
<name>hpa</name>
<email>hpa</email>
</author>
<published>2005-09-25T21:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=85ab9fe14674567260cf94ecd4dc845f1988a08b'/>
<id>85ab9fe14674567260cf94ecd4dc845f1988a08b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New "totaltimeout" option; change the menu behaviour on timeout.</title>
<updated>2005-08-30T22:36:49+00:00</updated>
<author>
<name>hpa</name>
<email>hpa</email>
</author>
<published>2005-08-30T22:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=da20539a79fe070350a43503b8db954c50980e18'/>
<id>da20539a79fe070350a43503b8db954c50980e18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more low-level API function to load the kernel, and make the</title>
<updated>2005-08-21T05:11:50+00:00</updated>
<author>
<name>hpa</name>
<email>hpa</email>
</author>
<published>2005-08-21T05:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=87575da8034373b0bf9ea147329b6d24dc5a825a'/>
<id>87575da8034373b0bf9ea147329b6d24dc5a825a</id>
<content type='text'>
menu subsystem use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
menu subsystem use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Out-of-line __intcall and __farcall; better detection mechanism for CM#2</title>
<updated>2005-08-09T00:56:02+00:00</updated>
<author>
<name>hpa</name>
<email>hpa</email>
</author>
<published>2005-08-09T00:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=65d8125e084eda0d29b6ea4a1f20a5a91c51a5e5'/>
<id>65d8125e084eda0d29b6ea4a1f20a5a91c51a5e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
