Yesterday I read a document in sun.com......Maybe we needn't compile the whole 
kernel, even we needn't use any makefile......

For example:

the source is fd.c

you make your change on it, create a new file fd_new.c

then:

gcc -D_KERNEL -c fd_new.c
ld -r -o fd_new fd_new.o

it works......
--
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to