linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matti Aarnio <matti.aarnio@zmailer.org>
To: Alexander Chacon <chacona@mechanus.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Modular ipv4 inquiries...
Date: Sat, 1 Nov 2003 20:33:36 +0200	[thread overview]
Message-ID: <20031101183336.GD26480@mea-ext.zmailer.org> (raw)
In-Reply-To: <1067711134.659a9dpacz4s@webmail.mechanus.org>

On Sat, Nov 01, 2003 at 12:25:34PM -0600, Alexander Chacon wrote:
> Hello!
> 
> I would like to know a few things about making the ipv4 code modular. I've been
> working on a school assignment that requires implementing tunneling, but first
> ipv4 must be modularized... it needs to be done using kernel 2.4.20
> 
> .... What should I consider for a start, and how hard can it be
> in the end?

When I did it way back when once, it took me 1 or 2 days to do
basic modularization, where the IPv4 is installable once, and
will stay in forever (like IPv6 is now).  To make it uninstallable
took me another week.

> I've experienced a lot of undefined symbol references which are linked
> to core kernel files!, isn't there a way to access these symbols from 
> the module into the kernel while executing?

Yes.  You need to export them from basic core.

> Thanks in advance
> Alexander Chacon

/Matti Aarnio

  reply	other threads:[~2003-11-01 18:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-01 18:25 Modular ipv4 inquiries Alexander Chacon
2003-11-01 18:33 ` Matti Aarnio [this message]
2003-11-02 19:02 ` Mike Fedyk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031101183336.GD26480@mea-ext.zmailer.org \
    --to=matti.aarnio@zmailer.org \
    --cc=chacona@mechanus.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).