Re: compiling kernel on sparc/debian

2000-02-02 Thread aphro
try make zImage or bzImage or zdisk or bzDisk i dont know if zdisk or bzdisk (bzDisk?) are valid options but i know zImage and bzImage is, vmlinuz is not as far as i know. zImage is used for kernels that can load in the 640kb of memory, bzImage will load in 'high' memory (above 1MB i believe) for

Re: compiling kernel on sparc/debian

2000-02-02 Thread Ben Collins
On Wed, Feb 02, 2000 at 11:59:35AM -0600, Phil Brutsche wrote: > A long time ago, in a galaxy far, far way, someone said... > > > > > meatball:/usr/src/linux#make vmunix > > make: *** No rule to make target `vmunix'. Stop. > > > > Also > > > > meatball:/usr/src/linux#make vmlinux > > make: ***

Re: compiling kernel on sparc/debian

2000-02-02 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said... > > meatball:/usr/src/linux#make vmunix > make: *** No rule to make target `vmunix'. Stop. > > Also > > meatball:/usr/src/linux#make vmlinux > make: *** No rule to make target > `/usr/local/src/linux/include/asm/param.h', needed by > `

Re: compiling kernel on sparc/debian

2000-02-02 Thread Aaron Solochek
meatball:/usr/src/linux#make vmunix make: *** No rule to make target `vmunix'. Stop. Also meatball:/usr/src/linux#make vmlinux make: *** No rule to make target `/usr/local/src/linux/include/asm/param.h', needed by `/usr/local/src/linux/include/linux/sched.h'. Stop. Whats wrong here? -Aaron

Re: compiling kernel on sparc/debian

2000-02-02 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said... > I am trying to compile a new kernel on a sparc, running debian. I make > menuconfig, make dep, make clean, but after that I don't know what to > do. zImage, bzImage, zlilo, bzlilo do not work. What do I do? YOu need to do 'make vmuni

Re: compiling kernel on sparc/debian

2000-02-02 Thread Ben Collins
On Wed, Feb 02, 2000 at 01:02:21AM -0500, Aaron Solochek wrote: > I am trying to compile a new kernel on a sparc, running debian. I make > menuconfig, make dep, make clean, but after that I don't know what to > do. zImage, bzImage, zlilo, bzlilo do not work. What do I do? # make vmlinux # gzip