gmodconfig-devel Mailing List for gmodconfig
Status: Beta
Brought to you by:
borto
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Cyril B. <bo...@us...> - 2003-08-16 23:24:35
|
Alban Browaeys wrote: > I had to include assert.h for gcc 3.3.1 to compile modgui.cpp > > Great tool (from the site), let s go try it now ! > > Cheers > Alban OK, it's now fixed in CVS. Thanks for the report. Cyril |
|
From: Alban B. <alb...@or...> - 2003-08-16 00:30:50
|
I had to include assert.h for gcc 3.3.1 to compile modgui.cpp Great tool (from the site), let s go try it now ! Cheers Alban |
|
From: Cyril B. <bo...@us...> - 2003-03-03 05:38:07
|
Building and installing new versions of modules, or new modules easily is one of the goals of gmodconfig. I'm thinking about using CLAN for this purpose: http://fc-solve.berlios.de/CLAN/ Has anyone tried it before? Cyril |
|
From: Cyril B. <bo...@us...> - 2003-02-23 19:09:07
|
One of the goals of gmodconfig is to let users check if new versions of a kernel module are available. That information would appear to the user in the "Updates" tab (not yet implemented). To achieve this, I'm thinking about using XSA: http://www.garshol.priv.no/download/xsa/ Here's how it could work: - A kernel module author creates an XSA file that contains informations about the latest release of his kernel module. I have a simple GUI in mind that I can add to gmodconfig. - The author publishes this XSA file on a website and stores the URL to that file into the "module description" XML file (I'm referring here to the XML file that has parameter descriptions with translations etc... see for example ov511.xml in gmodconfig's tarball or in CVS). - A user starts gmodconfig, clicks on a module, looks at the "Updates" tab. gmodconfig then retrieves the XSA file and displays the informations in the tab. - When a new release is available, the kernel module author just updates the XSA file. Any comments? Cyril |