tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Adding a .c-file to the kernel



Stephan <stephanwib%googlemail.com@localhost> writes:

> I want to add a new .c-file to the kernel source under sys/kern.
> What´s the right way to make the build system aware so it we be
> compiled into a new kernel image?

See src/sys/kern/files.kern.

> I´m also unsure about the name. The code implements an IPC mechanism.
> I guess uipc_ is a good prefix, though I don´t know what 'u' means in
> this case.

I think it means user, but it doesn't really make sense (uipc_mmuf) in
all cases.

Attachment: pgps5Qj7NU_1e.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index