Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 12:48:31 -0400
From:      "Jud" <jud@myrealbox.com>
To:        soheil_h_y@hotmail.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: MAKING KERNEL ( emergency )
Message-ID:  <1028134111.41eaaa0jud@myrealbox.com>

next in thread | raw e-mail | index | archive | help


-----Original Message-----
From: "soheil h" <soheil_h_y@hotmail.com>
To: freebsd-questions@FreeBSD.ORG
Date: Wed, 31 Jul 2002 21:05:05 +0430
Subject: MAKING KERNEL ( emergency )

Hi list
just for a test to make a new kernel i make a copy of GENERIC to MYKERN at=
=20
/root ( same as what said in the handbook)
i change the /usr/src/sys/netinet/ip.h and append to it 'struct tcphdr'
from ./tcp.h and ranamed it 'struct tcpS'
and define a 'struct tcpS * soheil' variable to see the tcphdr in the ip=20
packets passing through me
it doesn't have any error
i usr method 2 in the handbook ( the new way kernel making : "make=20
buildkernel KERNCONF=3DMYKERN)
but it takes some error on scsi devices source code before the
(at dev/aha , aic , aic7xxx , ...) never the errors are the same
compilation of my netinet/ip_input.c
after i edit the MYKERN remove all SCSI and RAID from options
fortunately it compiles the netinet/ip_input.c without any error it pas the=
=20
net ,netinet, nfs, and any network sources after that it takes an error on=
=20
sys/pci the last output lines are these
cc -c -O -pipe .... /usr/src/sys/pci/if_sis.c
{standard input}: Assembler message:
{standard input}:2438: Error: Unknown pseudo-op: '.p2alygn'
*** Error code 1
Stop in ......

sometimes the error is like this:
syntax error
machine/atomic.h
by the way never the errors are the same
i want to know how these errors can happened? and
please make me know if i have to use method one ( traditional kernel=20
makeing) or any errors i may make

thanx
S<H<Y
"computers are like airconditioners they don't work properly if you open=20
windows"

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Hi, Soheil.

(1)  I'd stay away from words like "emergency" in=20
the subject lines of your posts.=20

(2)  The second method for building and installing=20
a kernel applies after you have run "make buildworld."  If you are simply r=
ebuilding and=20
reinstalling the kernel without rebuilding everything=20
else, use the first method outlined in the handbook.

Jud







_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1028134111.41eaaa0jud>