* IPV4 as module?
@ 2004-02-04 20:06 Andrey Borzenkov
2004-02-05 12:29 ` Jan-Benedict Glaw
0 siblings, 1 reply; 8+ messages in thread
From: Andrey Borzenkov @ 2004-02-04 20:06 UTC (permalink / raw)
To: linux-kernel
Any technical reaon IPV4 cannot be built as module? Current kernel
barely fits on floopy (even with IDE as module); factoring out IPV4
would allow to reduce size even more.
TIA
-andrey
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: IPV4 as module?
2004-02-04 20:06 Andrey Borzenkov
@ 2004-02-05 12:29 ` Jan-Benedict Glaw
2004-02-08 2:14 ` Tomasz Kłoczko
0 siblings, 1 reply; 8+ messages in thread
From: Jan-Benedict Glaw @ 2004-02-05 12:29 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 841 bytes --]
On Wed, 2004-02-04 23:06:10 +0300, Andrey Borzenkov <arvidjaar@mail.ru>
wrote in message <20040204200610.GB3802@localhost.localdomain>:
> Any technical reaon IPV4 cannot be built as module? Current kernel
> barely fits on floopy (even with IDE as module); factoring out IPV4
> would allow to reduce size even more.
Some hard work need to be done to do that, but why shouldn't a kernel
fit onto a floppy? My vmlinuz'es are at about 600 to 900 KB for i386 and
a floppy can handle nearly about twice that size...
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: IPV4 as module?
2004-02-05 12:29 ` Jan-Benedict Glaw
@ 2004-02-08 2:14 ` Tomasz Kłoczko
2004-02-08 21:27 ` Jan-Benedict Glaw
0 siblings, 1 reply; 8+ messages in thread
From: Tomasz Kłoczko @ 2004-02-08 2:14 UTC (permalink / raw)
To: Jan-Benedict Glaw; +Cc: linux-kernel
On Thu, 5 Feb 2004, Jan-Benedict Glaw wrote:
> On Wed, 2004-02-04 23:06:10 +0300, Andrey Borzenkov <arvidjaar@mail.ru>
> wrote in message <20040204200610.GB3802@localhost.localdomain>:
> > Any technical reaon IPV4 cannot be built as module? Current kernel
> > barely fits on floopy (even with IDE as module); factoring out IPV4
> > would allow to reduce size even more.
>
> Some hard work need to be done to do that, but why shouldn't a kernel
> fit onto a floppy? My vmlinuz'es are at about 600 to 900 KB for i386 and
> a floppy can handle nearly about twice that size...
Better will be ask why you must recompile kernel for add ipv4 abilities
if you uses (olny) for example ipv6 stack ? :)
kloczek
PS. Many modern PCs wave now only CD drive .. one CD can fit much
more than kernel image and all kernel modules. So step your quostion path
it will be "much more correct" ask why the hell kernel is (still ?)
modular (?) 8^>
--
-----------------------------------------------------------
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
-----------------------------------------------------------
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: kloczek@rudy.mif.pg.gda.pl*
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: IPV4 as module?
2004-02-08 2:14 ` Tomasz Kłoczko
@ 2004-02-08 21:27 ` Jan-Benedict Glaw
2004-02-09 3:21 ` Tomasz Kłoczko
2004-02-13 6:15 ` H. Peter Anvin
0 siblings, 2 replies; 8+ messages in thread
From: Jan-Benedict Glaw @ 2004-02-08 21:27 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1730 bytes --]
On Sun, 2004-02-08 03:14:20 +0100, Tomasz K?oczko <kloczek@rudy.mif.pg.gda.pl>
wrote in message <Pine.LNX.4.58L.0402080257060.29247@rudy.mif.pg.gda.pl>:
> On Thu, 5 Feb 2004, Jan-Benedict Glaw wrote:
> > On Wed, 2004-02-04 23:06:10 +0300, Andrey Borzenkov <arvidjaar@mail.ru>
> > wrote in message <20040204200610.GB3802@localhost.localdomain>:
> > > Any technical reaon IPV4 cannot be built as module? Current kernel
> > > barely fits on floopy (even with IDE as module); factoring out IPV4
> > > would allow to reduce size even more.
> >
> > Some hard work need to be done to do that, but why shouldn't a kernel
> > fit onto a floppy? My vmlinuz'es are at about 600 to 900 KB for i386 and
> > a floppy can handle nearly about twice that size...
>
> Better will be ask why you must recompile kernel for add ipv4 abilities
> if you uses (olny) for example ipv6 stack ? :)
That's the other way around :) Let's just omit legacy IPv4!
> PS. Many modern PCs wave now only CD drive .. one CD can fit much
> more than kernel image and all kernel modules. So step your quostion path
> it will be "much more correct" ask why the hell kernel is (still ?)
> modular (?) 8^>
That's not all correct. You can fit 700 MB data on a CD-ROM, but booting
is still emulated from a 1.44 MB floppy (or some other floppy/HDD
images, but many BIOSses won't accept those (or handle them correctly)).
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: IPV4 as module?
2004-02-08 21:27 ` Jan-Benedict Glaw
@ 2004-02-09 3:21 ` Tomasz Kłoczko
2004-02-13 6:15 ` H. Peter Anvin
1 sibling, 0 replies; 8+ messages in thread
From: Tomasz Kłoczko @ 2004-02-09 3:21 UTC (permalink / raw)
To: Jan-Benedict Glaw; +Cc: linux-kernel
On Sun, 8 Feb 2004, Jan-Benedict Glaw wrote:
[..]
> > PS. Many modern PCs wave now only CD drive .. one CD can fit much
> > more than kernel image and all kernel modules. So step your quostion path
> > it will be "much more correct" ask why the hell kernel is (still ?)
> > modular (?) 8^>
>
> That's not all correct. You can fit 700 MB data on a CD-ROM, but booting
> is still emulated from a 1.44 MB floppy (or some other floppy/HDD
> images, but many BIOSses won't accept those (or handle them correctly)).
Yes but you can also boot from from CD fron 2.88MB FD image and all this
can be allocated for kernel (+modules for initrd) and all rest CD space
can be allocated as root fs :)
kloczek
--
-----------------------------------------------------------
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
-----------------------------------------------------------
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: kloczek@rudy.mif.pg.gda.pl*
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: IPV4 as module?
2004-02-08 21:27 ` Jan-Benedict Glaw
2004-02-09 3:21 ` Tomasz Kłoczko
@ 2004-02-13 6:15 ` H. Peter Anvin
1 sibling, 0 replies; 8+ messages in thread
From: H. Peter Anvin @ 2004-02-13 6:15 UTC (permalink / raw)
To: linux-kernel
Followup to: <20040208212757.GW28571@lug-owl.de>
By author: Jan-Benedict Glaw <jbglaw@lug-owl.de>
In newsgroup: linux.dev.kernel
>
> That's not all correct. You can fit 700 MB data on a CD-ROM, but booting
> is still emulated from a 1.44 MB floppy (or some other floppy/HDD
> images, but many BIOSses won't accept those (or handle them correctly)).
>
Baloney. Most BIOSes support "no emulation" booting these days; in fact,
there are more that don't do floppy emulation correctly than the few very
old BIOSes which didn't do no emulation.
-hpa
--
PGP public key available - finger hpa@zytor.com
Key fingerprint: 2047/2A960705 BA 03 D3 2C 14 A8 A8 BD 1E DF FE 69 EE 35 BD 74
"The earth is but one country, and mankind its citizens." -- Bahá'u'lláh
Just Say No to Morden * The Shadows were defeated -- Babylon 5 is renewed!!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: IPV4 as module?
[not found] ` <1oEQf-2nq-7@gated-at.bofh.it>
@ 2004-02-13 13:33 ` der.eremit
2004-02-16 6:49 ` Tomasz Kłoczko
0 siblings, 1 reply; 8+ messages in thread
From: der.eremit @ 2004-02-13 13:33 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: linux-kernel
On Fri, 13 Feb 2004 07:20:07 +0100, you wrote in linux.kernel:
>> That's not all correct. You can fit 700 MB data on a CD-ROM, but booting
>> is still emulated from a 1.44 MB floppy (or some other floppy/HDD
>> images, but many BIOSses won't accept those (or handle them correctly)).
> Baloney. Most BIOSes support "no emulation" booting these days; in fact,
> there are more that don't do floppy emulation correctly than the few very
> old BIOSes which didn't do no emulation.
Even if wanting to support BIOSes that don't do "no emulation", all it
takes is simple initrd to locate and mount the iso9660 filesystem off the
real device - and that easily fits on a 2.88 MB floppy image used for
emulated floppy boot. Should also fit on an 1.44 MB image, although I've
not seen a BIOS yet that didn't like a 2.88 MB image on a CD.
--
Ciao,
Pascal
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: IPV4 as module?
2004-02-13 13:33 ` IPV4 as module? der.eremit
@ 2004-02-16 6:49 ` Tomasz Kłoczko
0 siblings, 0 replies; 8+ messages in thread
From: Tomasz Kłoczko @ 2004-02-16 6:49 UTC (permalink / raw)
To: der.eremit; +Cc: H. Peter Anvin, linux-kernel
On Fri, 13 Feb 2004 der.eremit@email.de wrote:
> On Fri, 13 Feb 2004 07:20:07 +0100, you wrote in linux.kernel:
>
> >> That's not all correct. You can fit 700 MB data on a CD-ROM, but booting
> >> is still emulated from a 1.44 MB floppy (or some other floppy/HDD
> >> images, but many BIOSses won't accept those (or handle them correctly)).
> > Baloney. Most BIOSes support "no emulation" booting these days; in fact,
> > there are more that don't do floppy emulation correctly than the few very
> > old BIOSes which didn't do no emulation.
>
> Even if wanting to support BIOSes that don't do "no emulation", all it
> takes is simple initrd to locate and mount the iso9660 filesystem off the
> real device - and that easily fits on a 2.88 MB floppy image used for
> emulated floppy boot. Should also fit on an 1.44 MB image, although I've
> not seen a BIOS yet that didn't like a 2.88 MB image on a CD.
But back to topic .. can someone say something more and detailed about
things which dissallow now separation IPV4 stack in module ?
kloczek
--
-----------------------------------------------------------
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
-----------------------------------------------------------
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: kloczek@rudy.mif.pg.gda.pl*
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-02-16 6:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1lBZb-4vn-23@gated-at.bofh.it>
[not found] ` <1lQXH-2pY-7@gated-at.bofh.it>
[not found] ` <1mOhm-27W-31@gated-at.bofh.it>
[not found] ` <1n4Fj-La-15@gated-at.bofh.it>
[not found] ` <1oEQf-2nq-7@gated-at.bofh.it>
2004-02-13 13:33 ` IPV4 as module? der.eremit
2004-02-16 6:49 ` Tomasz Kłoczko
2004-02-04 20:06 Andrey Borzenkov
2004-02-05 12:29 ` Jan-Benedict Glaw
2004-02-08 2:14 ` Tomasz Kłoczko
2004-02-08 21:27 ` Jan-Benedict Glaw
2004-02-09 3:21 ` Tomasz Kłoczko
2004-02-13 6:15 ` H. Peter Anvin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox