Re: making a kernel .deb file with make-kpkg

1998-04-20 Thread shaul
> This is at a time when the BIOS is still running so the CPU is still > in real mode and the [EMAIL PROTECTED] 640k barrier strikes again. > Does anybody know what the maximum size of a bzImage is? Real mode -> Perhaps the maximum size is 1M ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: making a kernel .deb file with make-kpkg

1998-04-19 Thread Nils Rennebarth
On Sun, Apr 19, 1998 at 07:57:05AM +0200, Martin Bialasinski wrote: > Alain Toussaint <[EMAIL PROTECTED]> writes: > > also,another question,what's the difference between a zImage kernel and > > a bzImage one ? > The kind of compression. bzImage ist compressed with a better algorithm. No, they are b

Re: making a kernel .deb file with make-kpkg

1998-04-19 Thread Alain Toussaint
> I'm guessing that you looked for it in /usr/src/linux, and didn't find > it. If you haven't already, look in the /usr/src directory. This is > where the .deb appears on my box using make-kpkg. did a "find / -name "*.deb",file not found > Answering the second question, bzImage allows for a lar

Re: making a kernel .deb file with make-kpkg

1998-04-19 Thread Robert Wilderspin
On 19 Apr 98 02:59:00 GMT, [EMAIL PROTECTED] you wrote: >i wanted to rebuild my kernel and decided to try using the make-kpkg >utility,i read the info file,run make menuconfig,make dep,make clean and >finaly make-kpkg --zimage,it compiled thing but it gave me only a zImage >file,i searched long an

Re: making a kernel .deb file with make-kpkg

1998-04-19 Thread Martin Bialasinski
Alain Toussaint <[EMAIL PROTECTED]> writes: > where do i define this option,i tried it on the command line ( make-kpkg > --targets=kernel_image ) but this hasn't worked, >From the README: If you want a custom kernel, you may generate a config file by any of these methods (just follow the directi