Displaying 20 results from an estimated 3000 matches similar to: "[PATCH 1/1] : Adding long mode support to dmi"
2008 Mar 08
1
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore
From : Erwan Velu <erwan.velu at free.fr>
This patch fixes the pci detection stuff demo'd in pcitest.c32
- Fix a wrong type in malloc
- Incorrect use of strdup
This two fixes makes pcitest.c32 working far better, no more crash when
running it twice.
I'd like to thank Sebastian Herbszt for its reports and tests.
This patch was made for 3.62-pre16 but applies fine on 3.63-pre1.
2015 Sep 02
1
HDT & DMI updates
Thanks for pointing this out.
Applied in 3b3bc3675519e1530adab27480196eb3f1a458bc
Note that I've been adding some code in that branch to support the tftp WRQ
from libupload when running with lpxelinux.
2015-09-02 12:18 GMT+02:00 Gene Cumm <gene.cumm at gmail.com>:
> On Fri, Aug 14, 2015 at 4:41 AM, Erwan Velu via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi
2007 Feb 08
1
[PATCH 1/1]: Ethersel must use the pci com32 module instead of builtin pci detection code
From : Erwan Velu <erwan.velu at free.fr>
This patch
- remove the pci detection code from ethersel
- add a find_pci_device() function in the PCI com32 module
- make ethersel using the pci com32 module instead of builtin pci
detection code
Testing and feedback are welcome.
Signed-off-by:Erwan Velu <erwan.velu at free.fr>
-------------- next part --------------
A non-text attachment
2007 Aug 09
1
[PATCH 1/1]: Improving PCI collected informations
From : Erwan Velu <erwan.velu at free.fr>
As discussed on IRC, I've been reworking my patch, I resend it.
This patch
- add a new pci_dev_info structure :
It contains additional informations about the pci devices like
the product/vendor name and the associated linux kernel module
- add a get_name_from_pci_ids() function in pci/scan.c
This function reads a pci.ids file from the
2015 Sep 04
2
[syslinux:master] tftp: Report server IP address on debug message
On Fri, Sep 04, 2015 at 09:15:07AM -0700, syslinux-bot for Erwan Velu wrote:
> Commit-ID: 66105926f3d748de827eb863913171efb9624165
> Gitweb: http://www.syslinux.org/commit/66105926f3d748de827eb863913171efb9624165
> Author: Erwan Velu <erwanaliasr1 at gmail.com>
> AuthorDate: Wed, 2 Sep 2015 18:26:37 +0200
> Committer: Erwan Velu <erwanaliasr1 at gmail.com>
>
2015 Aug 14
2
HDT & DMI updates
Hi folks,
I've been off for a pretty long time and I'm trying to resume a little bit.
While testing HDT I found some serious bugs in HDT's CLI mode but also took
the time to update the DMI detection tables.
Please find my hw_update branch which is in sync with the current git tree.
https://github.com/ErwanAliasr1/syslinux/commits/hw_update
Erwan,
2015 Sep 05
1
[syslinux:master] tftp: Report server IP address on debug message
It is supposed to match but sometimes it doesn't; I had the case where I
contacted my local server on my public adress and responded from the
loopback. So it was the same server from two different addresses which
confused then the rest of the code.
By adding this print I was able to get the situation immediately and fixed
it.
That's why I added that information on the debug print.
2006 Aug 14
0
[PATCH 1/1] : Adding a com32 module to handle DMI
From : Erwan Velu <erwan.velu at free.fr>
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
2009 May 06
1
[Fwd: Re: Serial]
--
Erwan Velu
Pre-Sales Engineer
Seanodes
http://www.seanodes.com
+33 (0)1 41 22 13 83
-------------- next part --------------
An embedded message was scrubbed...
From: Pierre-Alexandre Meyer <pierre at mouraf.org>
Subject: Re: [hdt] Serial
Date: Wed, 6 May 2009 03:43:25 +0200
Size: 2726
URL: <http://www.zytor.com/pipermail/hdt/attachments/20090506/ffd99419/attachment.eml>
2006 Sep 04
1
[PATCH 1/1] : Adding a new com32 module to handle cpu information
From : Erwan Velu <erwan.velu at free.fr>
This patch a new com32 module to handle cpu information.
A new "cpu" structure can be filled by calling "detect_cpu(&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
2019 Jan 21
2
A bug in command localboot was introduced in version 6.03.
diff --git a/core/localboot.c b/core/localboot.c
index 0b8769e4..30bfb272 100644
--- a/core/localboot.c
+++ b/core/localboot.c
@@ -63,7 +63,6 @@ __export void local_boot(int16_t ax)
ireg.eax.w[0] = 0; /* Reset drive */
__intcall(0x13, &ireg, NULL);
- memset(&ireg, 0, sizeof(ireg));
ireg.eax.w[0] = 0x0201; /* Read one sector */
ireg.ecx.w[0] = 0x0001; /* C/H/S = 0/0/1 (first
2004 Aug 13
1
Menu's limitations
"Menu" is limited to 8 menus with 12 items each.
Is there any chance to grow the number of menus ?
--
Erwan Velu
Linux Cluster Distribution Project Manager
Mandrakesoft 43 rue d'aboukir 75002 Paris
Phone Number : +33 (0) 1 40 41 17 94
Fax Number : +33 (0) 1 40 41 92 00
OpenPGP key : http://www.mandrakesecure.net/cks/
2019 Jan 21
2
A bug in command localboot was introduced in version 6.03.
I created a bootable usb flash with boot menu. One of items was "Boot
from hard drive" with command "localboot 0x81". This item worked when
this usb flash was prepared with syslinux 6.02. And it stopped working
when the flash was prepared with syslinux 6.03. The message was
Booting from local disk...
Boot error
I extracted the source code, investigated, changed, compiled
2005 Jan 25
3
How to delay before mounting root filesystem
Got to minimize (barely) my filesystem and kernel and fit it into
my usb key (256mb)
My kernel was compiles with scsi and usb support built-in. My problem
now is i can't mount my root filesystem when i tried to boot. kernel
somehow takes time before being able to recognize my usb as a
valid scsi device thus displaying
VFS: Cannot open root device 08:01
this is my lilo.conf
boot=/dev/sda
2008 Mar 08
0
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore (2nd try)
From : Erwan Velu <erwan.velu at free.fr>
This patch fixes the pci detection stuff demo'd in pcitest.c32
- Fix a wrong type in malloc
- Incorrect use of strdup
- Replacing strncpy by strnlcpy (thx hpa)
This two fixes makes pcitest.c32 working far better, no more crash when
running it twice.
I'd like to thank Sebastian Herbszt for its reports and tests.
This patch was made for
2009 Nov 12
12
no memory entry in main menu
Ralf Carl a ?crit :
> Hello Erwan,
>
> i just want to inform you, that there is still no memory entry in the
> main menu (hdt_034 & hdt_035).
> Typing in DMI mode "show module 0" etc. the memory modules are listet.
You mean the menu mode isn't working whereas the cli mode works ?
Do you confirm this ,
IF yes, It seems the Type 6 (the only one you have as you
2016 May 08
2
HDT site down??
I have dyndns.org account, so added the name below and mapped the IP
address to it for now. Rather than having to remember the number.
http://hdt-project.dyndns.org/
Not sure what the status is.
On 5 May 2016 at 7:02, Pierre-Alexandre Meyer wrote:
Date sent: Thu, 5 May 2016 07:02:51 -0400
Subject: Re: [syslinux] HDT site down??
From: Pierre-Alexandre Meyer <pierre at mouraf.org>
To:
2016 Jul 28
2
[PATCH] : Adding dlabel option to chain.c32
That is perfectly true. I had a beautiful bug in the code .... Switching
from python to C have some weird side-effect. Indenting is not enough,
brackets are required....
So I pushed
https://github.com/ErwanAliasr1/syslinux/commit/5a122d218553a6d4019273653ba9fad66d6ae79e
with the fix.
I tested it on my multi-disk system with success.
I also changed the name of the function.
2016-07-17 8:21
2002 Oct 15
1
PxeLinux and Itanium
Your PxeLinux is really a good product and contains really good features
(i.e memdisk).
But PxeLinux is a very low level program, contains assembly code and
seems to no be portable to Itanium architectures.
Does a version of PxeLinux planned for Itanium architecture ?
PS:On my configuration, option pxelinux.reboottime (code 211) you give
in your documentation removes my "default router"
2003 Apr 30
1
MBA protection needed (quite off topic)
Hi all,
I'm new to this mailing list but I'm using this product since I'm in
charge of making a clustering distribution using PXE of course.
Yesterday night I was fighting with a problem of WakeOnLan (off topic).
Everything is working now but my PXE ROM (MBA on 3com products) should
be started for having the Wake On Lan feature working.
If a run a Linux, shut it down, thisWakeOnLan