Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261881AbVECWmJ (ORCPT ); Tue, 3 May 2005 18:42:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261885AbVECWmI (ORCPT ); Tue, 3 May 2005 18:42:08 -0400 Received: from fire.osdl.org ([65.172.181.4]:17081 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S261881AbVECWiE (ORCPT ); Tue, 3 May 2005 18:38:04 -0400 Date: Tue, 3 May 2005 15:37:37 -0700 From: "Randy.Dunlap" To: Wakko Warner Cc: linux-kernel@vger.kernel.org Subject: Re: zImage on 2.6? Message-Id: <20050503153737.5e3627ad.rddunlap@osdl.org> In-Reply-To: <20050503221922.GC12199@animx.eu.org> References: <20050503012951.GA10459@animx.eu.org> <20050502193503.20e6ac6e.rddunlap@osdl.org> <20050503104503.GA11123@animx.eu.org> <20050503072626.3a3c7349.rddunlap@osdl.org> <20050503163343.GC11937@animx.eu.org> <20050503095913.1c9b62ba.rddunlap@osdl.org> <20050503221922.GC12199@animx.eu.org> Organization: OSDL X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i686-pc-linux-gnu) X-Face: SvC&!/v_Hr`MvpQ*|}uez16KH[#EmO2Tn~(r-y+&Jb}?Zhn}c:Eee&zq`cMb_[5`tT(22ms (.P84,bq_GBdk@Kgplnrbj;Y`9IF`Q4;Iys|#3\?*[:ixU(UR.7qJT665DxUP%K}kC0j5,UI+"y-Sw mn?l6JGvyI^f~2sSJ8vd7s[/CDY]apD`a;s1Wf)K[,.|-yOLmBl0 On Tue, 3 May 2005 12:33:43 -0400 Wakko Warner wrote: | > | Yes, I do recall it says "System is 724k". zImage failes. bzImage says | > | 724k as well and succeeds. | > | > The image size needs to be <= 0x7f000 (520192 bytes, 508 KB). | > | > (No, I don't know why, just that this is what is being | > enforced.) | > | > Just cut more out of the kernel image... | | Any suggestions? All that I know of that is modularizable is a module, | except for keyboard, ext2, unix sockets, ramdisk+initrd. Some of the options I need since | this is supposed to support all relevent hardware that we use where I work. | (all scsi,ide,sata,raid cards,ethernet cards that we have) Are those (mostly) modular? Is this supposed to be a kernel that is used on a regular basis, not just a temporary quick boot thing? You want one kernel that handles many configurations but fits in < 510 KB? That is aggressive. :) I think of this as being a custom kernel, but it sounds like you want a very general-purpose (small) one. | Hmm, I did find one I forgot. CONFIG_MII. | | EXPERIMENTAL=y | CLEAN_COMPILE=y | BROKEN_ON_SMP=y Do you need some drivers etc. that are EXPERIMENTAL or BROKEN? Just curious. | ACPI=y | ACPI_BOOT=y | ACPI_INTERPRETER=y | ACPI_BUS=y | ACPI_EC=y | ACPI_POWER=y | ACPI_PCI=y | ACPI_SYSTEM=y so some systems may need ACPI ? | ISA=y | CARDBUS=y | PCMCIA_PROBE=y some systems have ISA? some are PCMCIA/CardBus? | PNP=y | ISAPNP=y and ISA PNP? :( | SCSI_PROC_FS=y drop this one | AIC7XXX_DEBUG_ENABLE=y | AIC7XXX_REG_PRETTY_PRINT=y | AIC79XX_DEBUG_ENABLE=y | AIC79XX_REG_PRETTY_PRINT=y drop these. | SOUND_GAMEPORT=y drop. | VT=y | VT_CONSOLE=y | HW_CONSOLE=y | VGA_CONSOLE=y | DUMMY_CONSOLE=y drop that ^^^^^ | USB_ARCH_HAS_HCD=y | USB_ARCH_HAS_OHCI=y | USB_DEVICEFS=y | USB_OHCI_LITTLE_ENDIAN=y | USB_STORAGE_FREECOM=y | USB_STORAGE_ISD200=y | USB_STORAGE_DPCM=y | USB_STORAGE_USBAT=y | USB_STORAGE_SDDR09=y | USB_STORAGE_SDDR55=y | USB_STORAGE_JUMPSHOT=y | USB_HIDINPUT=y | USB_ALI_M5632=y | USB_AN2720=y | USB_BELKIN=y | USB_GENESYS=y | USB_NET1080=y | USB_PL2301=y | USB_KC2190=y | USB_ARMLINUX=y | USB_EPSON2888=y | USB_ZAURUS=y | USB_CDCETHER=y | USB_AX8817X=y | EXT2_FS=y | JOLIET=y | UDF_NLS=y | NTFS_RW=y drop NTFS (you didn't list it as a requirement :) | PROC_FS=y | SYSFS=y | TMPFS=y | RAMFS=y | NFS_V3=y | LOCKD_V4=y | MSDOS_PARTITION=y | DEBUG_KERNEL=y | MAGIC_SYSRQ=y | CRYPTO=y drop ^^^^^ so what's the problem with using a bzImage kernel? --- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/