Re: How to set up Hammer over DragonFly (vkernel)

2008-11-02 Thread Matthias Schmidt
* dark0s Optik wrote: > > I think that above informations about builing kernel aren't contained > in DragonFly handbook. > I'd like know all options and more informations about building and > customizing DragonFly kernel. All the information is in the handbook: * http://wiki.dragonflybsd.org/ind

Re: How to set up Hammer over DragonFly (vkernel)

2008-11-02 Thread dark0s Optik
> cp /sys/config/VKERNEL /sys/config/VKERNEL+HAMMER >echo 'options HAMMER' >>/sys/config/VKERNEL+HAMMER ># you should also change `ident' line to reflect new file name > ># then the usual steps to build and install a kernel, as described in > build(7) (and vkernel(7)) >cd /usr/sr

Re: How to set up Hammer over DragonFly (vkernel)

2008-10-24 Thread Matthew Dillon
I'm just going to comment here that both vkernel and HAMMER would be considered fairly advanced DragonFly topics... fairly advanced UNIX topics in general. It might be better to get used to the system in general for a few months before diving into those areas.

Re: How to set up Hammer over DragonFly (vkernel)

2008-10-24 Thread Thomas Nikolajsen
> How can I running DragonFly with Hammer filesystem? > (in vkernel environment!!) Try looking into `man HAMMER' (hammer(5)), vkernel(7) & build(7); you can just follow these steps: cp /sys/config/VKERNEL /sys/config/VKERNEL+HAMMER echo 'options HAMMER' >>/sys/config/VKERNEL+HAMMER #

How to set up Hammer over DragonFly (vkernel)

2008-10-24 Thread dark0s Optik
How can I running DragonFly with Hammer filesystem? (in vkernel environment!!) Regards, savio -- only the paranoid will survive