DragonFly BSD
DragonFly kernel List (threaded) for 2011-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

A question on developing on vkernel.


From: Nohhyun Park <parkx408@xxxxxxxxx>
Date: Sat, 26 Mar 2011 00:54:45 -0500

Hello all.
I am new to kernel programming and I have some questions about setting
the the programming.
I have followed the instruction in the Handbook almost to the letter
except for the mount point.
(By the way the link
http://www.dragonflybsd.org/docs/newhandbook/updating-makeworld.html
seems broken on the vkernel chapter of the handbook.
And the kernel executable path is "/var/vkernel/boot/kernel/kernel"
instead of "/var/vkernel/boot/kernel")

My questions is, do you typically;
1. work on the src code in /usr/src directly and build using
# cd /usr/src
# make -DNO_MODULES buildkernel KERNCONF=VKERNEL
# make -DNO_MODULES installkernel KERNCONF=VKERNEL DESTDIR=/var/vkernel
?

Or is there more elegant way to do this?

Thank you.
--
-Nohhyun



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