submitted a bug report against the "linux-kbuild-6.1" package:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935536
The report describes a failure of "objtool" command while compiling the
Kernel. Coincidentally when the date of the CPU's microcode was changed
and tha
Hello!
My system is Debian Etch.
After I downloaded the new linux-source-2.6.18, compiled it and
installed the new custom kernel, I get error messages on console prompt
when logged in:
-bash: id: command not found
-bash: [: : integer expression expected
and after gdm login I get error message
Hello,
I have a laptop with Celeron M processor within. My question is: what processor type should I select when compiling the kernel? Pentium M even though it's just Celeron M?
ctrlER wrote:
Hi, I'm getting the folowing errors when compiling the kernel.
CC [M] drivers/i2c/i2c-core.o
In file included from drivers/i2c/i2c-core.c:29:
include/linux/i2c.h:58: error: array type has incomplete element type
include/linux/i2c.h:197: error: array type has incomplete el
Hi, I'm getting the folowing errors when compiling the kernel.
CC [M] drivers/i2c/i2c-core.o
In file included from drivers/i2c/i2c-core.c:29:
include/linux/i2c.h:58: error: array type has incomplete element type
include/linux/i2c.h:197: error: array type has incomplete element type
driver
On Wed, 2004-11-24 at 16:03 +, [EMAIL PROTECTED] wrote:
> OK, I've tried recompiling 2.6.9 with the various options I think I want,
> setting some items as modules and so on. make-kpkg runs for ages, lots of
> screen output (lists of files or modules with CC next to them, etc) and then
> I g
OK, I've tried recompiling 2.6.9 with the various options I think I want,
setting some items as modules and so on. make-kpkg runs for ages, lots of
screen output (lists of files or modules with CC next to them, etc) and then
I get lots of "unrecognised symbol" errors (I think that's what it said
[EMAIL PROTECTED] wrote:
> kernels, some even boot but none does what I want. One thing I need to
> know is how to get modules to compile... there doesn't seem to be any
Most modules come with the kernel source code, you just have to compile
them as modules (i.e. 'm' instead of 'y' or in menuconfi
Newbie, sort of.
I want to change the kernel on my system - some bits are not needed, other
bits not in there are now required. My stock kernel is 2.4.18-bf2.4.
I've downloaded 2.6.9 from www.kernel.org, and managed to compile a few
kernels, some even boot but none does what I want. One thin
On Wed, Oct 27, 2004 at 05:38:13PM +0800, Lian Liming wrote:
> Hi all,
> This is a newbie's question about compiling kernel on debian.
> I follow the steps to compile the kernel:
> 1) download the kernel source file;
> 2) use "menuconfig" to choose the compile options;
> 3) us
Lian Liming wrote:
Hi all,
This is a newbie's question about compiling kernel on debian.
I follow the steps to compile the kernel:
1) download the kernel source file;
2) use "menuconfig" to choose the compile options;
3) use "make-kpkg buildpackage -rev Custom.1 kernel_im
Hello,
I am afraid yes.
Futhermore, you have to increase your revison string.
Note you may use the --append-to-version option to personalize your package.
Lian Liming wrote:
Hi all,
This is a newbie's question about compiling kernel on debian.
I follow the steps to compile the kernel:
Hi all,
This is a newbie's question about compiling kernel on debian.
I follow the steps to compile the kernel:
1) download the kernel source file;
2) use "menuconfig" to choose the compile options;
3) use "make-kpkg buildpackage -rev Custom.1 kernel_image" to
generate .deb f
Hi all,
This is a newbie's question about compiling kernel on debian.
I follow the steps to compile the kernel:
1) download the kernel source file;
2) use "menuconfig" to choose the compile options;
3) use "make-kpkg buildpackage -rev Custom.1 kernel_image" to
generate .
Brian wrote:
> I want to be able to turn some options off and on in the kerenl so how
> do i compile the kernel in a debian system???
>
>
> Thanks
> Brian
Look at this site: http://newbiedoc.sourceforge.net/
It has a very comprehensive explanation on how to compile
your own kernel the Debian way.
On Sun, Feb 15, 2004 at 12:13:05AM -0600, Brian wrote:
> I want to be able to turn some options off and on in the kerenl so how
> do i compile the kernel in a debian system???
install "kernel-package" with apt-get and then use "make-kpkg"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a s
I want to be able to turn some options off and on in the kerenl so how
do i compile the kernel in a debian system???
Thanks
Brian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Has anyone successfully used ccache and make-kpkg when compiling a
kernel? Naively setting
MAKEFLAGS=CC\=ccache\ gcc
as per /usr/share/doc/kernel-package/README.gz doesn't work for me. It
seems that ccache gets confused and bailing out.
--
Shaul Karl,shaul @ actcom . net . il
--
On Saturday 05 July 2003 5:09 am, Christophe Courtois wrote:
> Le Samedi 5 Juillet 2003 10:24, Marino Fernandez a déclamé :
> > Yes, that's what it seems. I had the same problem with 2.4.21... GCC
> > 2.95 and 3.2 work, but no 3.3.
>
From a practical standpoint (in other words... have I noticed any
On Sat, 5 Jul 2003 09:49:05 +0200
Raffaele Sandrini <[EMAIL PROTECTED]> wrote:
> Hi
>
> I tried to compile a 2.4.20 kernel with GCC 3.3 and failed.
> I searched through several list and the web to find more infos. I found
> some docs about GCC3.1 and its implemetation (wich isnt).
>
> Just to be
Le Samedi 5 Juillet 2003 10:24, Marino Fernandez a déclamé :
> Yes, that's what it seems. I had the same problem with 2.4.21... GCC
> 2.95 and 3.2 work, but no 3.3.
I compile with 2.95 ; is there a difference for a user with 3.2 ?
--
Christophe Courtois - Ostwald, Alsace, France
http://www.cou
On Saturday 05 July 2003 2:49 am, Raffaele Sandrini wrote:
> Hi
>
> I tried to compile a 2.4.20 kernel with GCC 3.3 and failed.
> I searched through several list and the web to find more infos. I found
> some docs about GCC3.1 and its implemetation (wich isnt).
>
> Just to be sure: We still must us
Hi
I tried to compile a 2.4.20 kernel with GCC 3.3 and failed.
I searched through several list and the web to find more infos. I found some
docs about GCC3.1 and its implemetation (wich isnt).
Just to be sure: We still must use GCC 2.95 to compile the kernel, right?
cheers,
Raffaele
--
Raffael
With kernel-source-2.4.19, Version: 2.4.19-3,
ld -m elf_i386 -T /tmp/kernel-source-2.4.19/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o
init/do_mounts.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm
[EMAIL PROTECTED] wrote:
>Could those in the know of things , please outline how you would compile a
>kernel
>(the steps) on a RedHat 7.0 system ?
Recently checked the user's manual on RH7.0 - doesn't mention custom-
compiling the kernel. I believe it's the tradition
In linux.debian.user, you wrote:
> I have a new kind of doubt ..
> Could those in the know of things , please outline how you would compile a
> kernel
> (the steps) on a RedHat 7.0 system ?
> Mr.Bish had done so for a Debian system as a footer on one of his mails .
>
> I am having a current requi
I have a new kind of doubt ..
Could those in the know of things , please outline how you would compile a
kernel
(the steps) on a RedHat 7.0 system ?
Mr.Bish had done so for a Debian system as a footer on one of his mails .
I am having a current requirement .. to disable module version support
(&
PROTECTED]
Sent: Sunday, March 25, 2001 2:21 PM
To: debian-user@lists.debian.org
Subject: problems compiling the kernel 2.4.2 with: debian
testing/unstable
Hello, I'm not being capable to compile the 2.4.2 kernel in my linux
debian... and i can't understand the cause of the error, the problem
Hi!
On Sun, Mar 25, 2001, Miguel F. M. Sousa Filipe wrote:
> I've instaled debian 2.2r0.. and then.. updgraded to the unstable version
> with dselect, i can't see what package could be missing to cause this.. or
> any other reason... totaly lost out here!
Without thinking too hard about your sp
Hello, I'm not being capable to compile the 2.4.2 kernel in my linux
debian... and i can't understand the cause of the error, the problem
aparently happens right at the end.. after compiling:
/usr/src/linux/arch/i386/boot/bbootsect.S
here is the error message that apears on the console:
make[1]: E
>> 3) In windows there is the idea of formating a partition
>> or a floppy. Debian installation seem to do something similar.
>> How does it work in Linux, and what is the utility that does it?
I believe mkfs formatts a partition for linux (it doesn't make the partition).
This is done mostly tr
Thomas Delany wrote:
>
> Re 3) I don't have a lot of experience with this as I've usually just let
> the Debian install procedure set up the hard disk for me. As far as
> partitioning the drive goes, Linux has an fdisk utility that is sort of the
> counterpart of the MS-DOS / Windows fdisk utili
y" <[EMAIL PROTECTED]>
To: "Alexander Gutfraind (Sasha)" <[EMAIL PROTECTED]>
Cc:
Sent: Friday, March 09, 2001 12:59 PM
Subject: Re: compiling the kernel
> Re: 1) The file System.map is created in the /usr/src/linux subdirectory.
>
> 2) Looks like you
D]>
To:
Sent: Friday, March 09, 2001 1:25 AM
Subject: compiling the kernel
> A newbie question:
> 1) What's System map file, and where is it created
> relative to the kernel source directory during
> kernel compilation?
>
> 2) (perhaps related to (1) above)
> Wheneve I
ines myself)
What's the deal???
3) In windows there is the idea of formating a partition
or a floppy. Debian installation seem to do something similar.
How does it work in Linux, and what is the utility that does it?
4) When compiling the kernel, does moving functionality into
modules reduc
:: On Wed, 23 Aug 2000 17:13:07 -0700, Nate Amsden <[EMAIL PROTECTED]> said:
> there shouldn't be, the kernel team has been working hard to update the
> kernel to compile clean on all the newest compilers. earlier kernels(say
> before 2.2.10) were not as "fixed" to compile on these newer versions
there shouldn't be, the kernel team has been working hard to update the
kernel to compile clean on all the newest compilers. earlier kernels(say
before 2.2.10) were not as "fixed" to compile on these newer versions of
gcc.
my experience thus far in potato(also gcc 2.95.2) i have had no problems
co
Hello...
Did any woody users out there have any problems compiling kernels
with the gcc 2.95.2 (the version in woody)? Are there any issues?
That's the one I'm using...
Thanks,
J.
--
Jeronimo Pellegrini
Institute of Computing - Unicamp - Brazil
http://www.ic.unicamp.br/~jeronimo
mailto:
On Tue, Jun 20, 2000 at 10:21:40PM +0200, Kai Weber wrote:
> At 14:21 19.06.00, you wrote:
>
> >Better yet:
> >
> >apt-get update; apt-get install kernel-package
> >make config (or menuconfig or xconfig)
> >make-kpkg clean
> >make-kpkg --revision=local. kernel_image
> >dpkg -i ../kernel-image-_loc
On Mon, Jun 19, 2000 at 08:02:52AM -0400, dyer wrote:
> Marc Miron wrote:
>
> > Hi Everybody!!
> >
> > I'm trying to build a new kernel that has IP masqing/port forwarding
> > abilities and I've followed all the directions in the How-TOs and I just
> > can't seem to get it to work as after runing
Marc Miron wrote:
> Hi Everybody!!
>
> I'm trying to build a new kernel that has IP masqing/port forwarding
> abilities and I've followed all the directions in the How-TOs and I just
> can't seem to get it to work as after runing make config and setting it all
> up, I run make clean;make install;
Hi Everybody!!
I'm trying to build a new kernel that has IP masqing/port forwarding
abilities and I've followed all the directions in the How-TOs and I just
can't seem to get it to work as after runing make config and setting it all
up, I run make clean;make install; make and after it has been wor
joseph de los santos wrote:
>
> > make[1]: Leaving directory `/usr/src/linux/scripts'
> > wish -f scripts/kconfig.tk
> > make: wish: Command not found
^^^
> > make: *** [xconfig] Error 127
> > debian:/usr/src/linux#
> >
> > what am I missing here? is there a way to
it seems you don´t have wish installed, according to dpkg --search wish this
should be provided by tk8.0.
hth,
&rw
On Tue, 01 Feb 2000 14:38:25 PST, joseph de los santos writes:
>> when trying to compile the kernel using make xconfig I get the following
>error:
>>
>> wish -f scripts/kconfig.t
> hello,
>
> when trying to compile the kernel using make xconfig I get the following
error:
>
> debian:/usr/src/linux# make xconfig
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts kconfig.tk
> make[1]: Entering directory `/usr/src/linux/scripts'
> gcc -Wall -Wstr
*- On 3 Jul, Steffen Evers wrote about "script for compiling the kernel"
> As I've compiled the kernel so many times and wanted to keep all the
> output of the make commands and make it more comfortable for newcomers
> I've written a script that does all the things A
As I've compiled the kernel so many times and wanted to keep all the
output of the make commands and make it more comfortable for newcomers
I've written a script that does all the things AFTER make xconfig as
secure as I could get it.
I would be happy if people improve it, send me feedback or simpl
Finally I have worked out what I was doing wrong, (Hopefully this will help the
next person who makes this mistake) and it was (as always) really stupid. I was
trying to make using non-elf (a.out) binaries, which was causing the problem.
(This probably stems from using DJGPP for two years, which
Peter Granroth wrote:
>
> On Sat, Dec 12, 1998 at 08:06:56PM +, Allens wrote:
> > Hi,
> > I am at the moment trying to build the kernel (2.0.34) I have configured it
> > (make xconfig, then ran make mrproper as advised by a post in the mail
> > archives
> > on this problem, and then done make
On Sat, Dec 12, 1998 at 08:06:56PM +, Allens wrote:
> Hi,
> I am at the moment trying to build the kernel (2.0.34) I have configured it
> (make xconfig, then ran make mrproper as advised by a post in the mail
> archives
> on this problem, and then done make zImage, and it comes up with this e
Hi,
I am at the moment trying to build the kernel (2.0.34) I have configured it
(make xconfig, then ran make mrproper as advised by a post in the mail archives
on this problem, and then done make zImage, and it comes up with this error
after a long time:
./xtract /usr/src/kernel-source-2.0.34/vml
On Thu, Nov 19, 1998 at 10:19:07AM +0100, [EMAIL PROTECTED] wrote:
hi Franz,
> After compiling a new kernel (2.0.34) msdos and iso9660 is not mountable
> anymore.
> Errormessage: filesystem is not supported !!!
> There is no question about msdos and iso9660 filesystem on compiling
[EMAIL PROTECTED] wrote:
> After compiling a new kernel (2.0.34) msdos and iso9660 is not mountable
> anymore.
> Errormessage: filesystem is not supported !!!
> There is no question about msdos and iso9660 filesystem on compiling the
> kernel.
> Is there a problem in the configur
After compiling a new kernel (2.0.34) msdos and iso9660 is not mountable
anymore.
Errormessage: filesystem is not supported !!!
There is no question about msdos and iso9660 filesystem on compiling the
kernel.
Is there a problem in the configure file ?
Regards Franz Skale
After I upgraded to Debian 2.0 I haven't been unable to compile the
linux kernel and also some other stuff (GIMP and related libraries are
an example)
Here's what I get:
---
[EMAIL PROTECTED]:/usr/src/linux # make xconfig
rm -f include/asm
( c
Tom Pfeifer wrote:
>
> Well, not knowing any better, I fixed it by uninstalling my header and
> source packages (2.0.33), reinstalling the libc6-dev package, and then
> installing bin86 and the 2.0.34 source and header packages.
>
> This left the usr/include directories (asm, linux, scsi) NOT set
On Sun, 5 Jul 1998, Tom Pfeifer wrote:
> Well, not knowing any better, I fixed it by uninstalling my header and
> source packages (2.0.33), reinstalling the libc6-dev package, and then
> installing bin86 and the 2.0.34 source and header packages.
If you install the kernel-source package, you don'
Well, not knowing any better, I fixed it by uninstalling my header and
source packages (2.0.33), reinstalling the libc6-dev package, and then
installing bin86 and the 2.0.34 source and header packages.
This left the usr/include directories (asm, linux, scsi) NOT set up as
links. This is contrary t
Well, the official Debian position is to link to the 2.0.32 headers,
however it should probably also work with 2.0.3{3|4}, as I doubt that
there are any significant changes (although I haven't checked).
See /usr/doc/libc6/FAQ.Debian.gz for the details (this is somewhat
controversial, particularly
Reinhold,
Yes I did the make modules and make modules_install, but I left that out
since I didn't get far enough for that to be an issue.
There was no image file in the arch/i386/boot directory (where I was
expecting it to be), only in /usr/src/linux, which was strange, but is
likely caused by my
Bob,
Thanks. Looks like I had more than one problem here.
I take it I should reinstall the 2.0.32 kernel headers package then
also? I was confused about that and it didn't look right so I removed
it. This whole setup isn't very clear, but I think you've got me headed
in the right direction.
Tom
On Sun, 5 Jul 1998, Tom Pfeifer wrote:
> Hello,
>
> I'm a fairly new Linux user, and am really starting to enjoy Linux and
> the Debian distribution. I'm running Hamm which I have downloaded and
> installed in bits and pieces with the help of dftp and dpkg. I also have
> the KDE beta4 desktop, th
On Sun, 05 Jul 1998, Tom Pfeifer wrote:
>Hello,
>
>I'm a fairly new Linux user, and am really starting to enjoy Linux and
>the Debian distribution. I'm running Hamm which I have downloaded and
>installed in bits and pieces with the help of dftp and dpkg. I also have
>the KDE beta4 desktop, the glib
Hello,
I'm a fairly new Linux user, and am really starting to enjoy Linux and
the Debian distribution. I'm running Hamm which I have downloaded and
installed in bits and pieces with the help of dftp and dpkg. I also have
the KDE beta4 desktop, the glib version of Communicator 4.05, and the
Tkdesk
> The command "as86" is missing to compile the kernel. It's not on my
> disk. Where can I find this command ?
>
> Regards,
> Marc
Dear Marc,
you have to install "bin86" package to have as86 available.
Alex Y.
--
_
_( )_
( (o___ +---+
Hi,
The command "as86" is missing to compile the kernel. It's not on my
disk. Where can I find this command ?
Regards,
Marc
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .
Hi!
What Manoj wants to give you a pointer to is his grandious kernel-package.
It does an excellent job at kernel-compile (reduces the possible mistakes
enormously), please give it a try and install it along with the other
packages needed.
Marcus
On Thu, Oct 16, 1997 at 11:19:29AM -0500, Manoj
Steve Koop wrote:
>I'm compiling the kernel for the first time a having some problems,
>
>Avery thing up to the " make zImage ", it works to the end and then has some
> error msg's:
>
>
>the last few lines are:
>
>
>as86
Hi,
From the kernel-package README file:
--
INSTALLATION NOTES:
Before you go any further, please allow me to point out that you need to
have a few other packages installed before you can compile your own kernels
(it is di
> I'm compiling the kernel for the first time a having some problems,
>
> Avery thing up to the " make zImage ", it works to the end and then has
> some error msg's:
>
> the last few lines are:
>
> as86 -0 -a -o bootsect.o bootsec.s
> Make[1]: as
Hi There!
I'm compiling the kernel for the first time a having some problems,
Avery thing up to the " make zImage ", it works to the end and then has some error msg's:
the last few lines are:
as86 -0 -a -o bootsect.o bootsec.s
Make[1]: as86: Command not found
Make[1]: ***
Hi,
Here follows the readme file for kernel-package, which should
help creating your own kernel image deb package.
manoj
$Id: README,v 1.3 1997/06/25 07:33:26 srivasta Exp $
This is the Debian Linux packaging scripts for the Linux kernel.
This package has been put togethe
Hi,
>>"Bob" == Bob Nielsen <[EMAIL PROTECTED]> writes:
Bob> Install libc5-dev, which includes these files.
Bob> Also, you want to (per the README which comes with the kernel
Bob> source):
Bob> make sure your /usr/include/asm, /usr/include/linux, and
Bob> /usr/include/scsi directories are just sy
On Tue, 22 Jul 1997, Bruno O. M. Simoes wrote:
> Hello,
> I had problems while compiled the kernel.
> First I didn't have anything in my "/usr/src" directory, so I got the
> "linux-2.0.29.tar.gz" file, that's my installed version, apply "tar -xzvf"
> and got a directory tree "/usr/src/
Hello,
I had problems while compiled the kernel.
First I didn't have anything in my "/usr/src" directory, so I got the
"linux-2.0.29.tar.gz" file, that's my installed version, apply "tar -xzvf"
and got a directory tree "/usr/src/linux/*".
So, I did "make config", everything'
what packages do I need to compile the kernel? With the default
installation and the linux-2.0.30.tar.gz kernel it won't compile - it
fails when making zImage or bzImage. I didn't have this problem with
RedHat, Slackware, or Debian on my other system??
-Paul
--
TO UNSUBSCRIBE FROM THIS MAILING
On Fri, 11 Jul 1997 01:03:24 EDT Paul Miller ([EMAIL PROTECTED])
wrote:
> I know how to compile the kernel the regular way, but doesn't Debian
> have a special script for this? I install it and I don't know the name
> of it... what is it?
There is a kernel-package package to compile the kernel
I know how to compile the kernel the regular way, but doesn't Debian
have a special script for this? I install it and I don't know the name
of it... what is it?
-Paul
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTE
You should have a look at 'Kernel HOWTO'. There is there all the
answers to your questions.
This is some of the information you could find in :
-> Just so I know and have my ducks in order.
->
-> Is this the correct method for re-compiling my Kernel??
->
-> cd /usr/src/
In message <[EMAIL PROTECTED]>
, writes:
>Just so I know and have my ducks in order.
>
>Is this the correct method for re-compiling my Kernel??
>
>cd /usr/src/Linux
or /usr/src/linux or whatever
This is where the kernel source is stored, of course.
>make config
If you're running X-w
> "b" == bigt <[EMAIL PROTECTED]> writes:
b> cd /usr/src/Linux
With this you go to the directory where the kernel sources are. :-)
b> make config
Here you will be asked a lot of things. Responding these questions you
are saying what you want and what you don't want in your kernel,
acording
Just so I know and have my ducks in order.
Is this the correct method for re-compiling my Kernel??
cd /usr/src/Linux
make config
make dep
make zImage
make zdisk
make zlilo
Is this correct? Can someone explain briefly each step and why I have
to do this??? I just want to understand it more.
T
Hi,
Make bzImage would place a image file under
./arch/$(architecture)/boot/$(kimage). You need to care about
bzImage, ./System.map, and ./vmlinux, which is needed for generating
the psdatabase, needed for the commands ps and friends. You also need
to care asbout the modules produced
I've just been compiling the kernel, mainly because of my problem with
probing a depca card. I compiled it using the kernel-source-2.0.27 package
and had the following minor problems and queries:
1) What exactly is the substantial output of the "make zImage" step.
Because &quo
Hi,
>>"Craig" == Craig Sanders <[EMAIL PROTECTED]> writes:
(Thanks, Craig, for answering this) I am merely clarifying a few minor
points in an excellent tutorial, To paraphrase what Craig said:
: simplest way is to download "kernel_source-x.x.x.deb", use dpkg to
: install it, and then:
: 1. cd
Craig Sanders writes:
>
>
> On Thu, 23 May 1996 [EMAIL PROTECTED] wrote:
>
> > I tried the procedure you (and a couple of others) suggested. I currently
> > have debian 0.93R6 installed and am trying to compile the kernel from
> > devel/source-1.3.64-0.deb
>
> You've got the wrong kernel v
Craig Sanders writes:
>
>
> On Wed, 22 May 1996 [EMAIL PROTECTED] wrote:
>
> > This appears to contain the standard kernel release source tree but
> > has a number of additional things (such as a nifty Tcl/Tk GUI for
> > kernel configurations).
>
> "make xconfig" and "make menuconfig" are a sta
On Thu, 23 May 1996 [EMAIL PROTECTED] wrote:
> > The hard part is doing the initial upgrade from 0.93r6 to 1.1 -
>
> Is doing a slow upgrade from 0.93R6 to 1.1 a better idea than trying a
> clean installation of 1.1?
that depends on whether or not you've got data and config files you want
to kee
On Thu, 23 May 1996 [EMAIL PROTECTED] wrote:
> I tried the procedure you (and a couple of others) suggested. I currently
> have debian 0.93R6 installed and am trying to compile the kernel from
> devel/source-1.3.64-0.deb
You've got the wrong kernel version. These instructions only apply to
On Wed, 22 May 1996 [EMAIL PROTECTED] wrote:
> This appears to contain the standard kernel release source tree but
> has a number of additional things (such as a nifty Tcl/Tk GUI for
> kernel configurations).
"make xconfig" and "make menuconfig" are a standard part of the linux
kernel now...has
Hi all!
I'm familiar with retrieving and compiling new versions of the
Linux kernel under Slackware. With my switch over to Debian
though I was wondering if there are different things I should
keep in mind when compiling new kernel versions. I noticed
that for Debian 1.1 a kernel release under d
91 matches
Mail list logo