Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 21:05:05 +0430
From:      "soheil h" <soheil_h_y@hotmail.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   MAKING KERNEL ( emergency )
Message-ID:  <F95j2ohMUCiIpzoDtLv00004318@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi list
just for a test to make a new kernel i make a copy of GENERIC to MYKERN at 
/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 
packets passing through me
it doesn't have any error
i usr method 2 in the handbook ( the new way kernel making : "make 
buildkernel KERNCONF=MYKERN)
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 
net ,netinet, nfs, and any network sources after that it takes an error on 
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 
makeing) or any errors i may make

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







_________________________________________________________________
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




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