version 1.43, 2014/12/26 13:15:32
|
version 1.44, 2014/12/26 14:20:27
|
Line 651 working vif-bridge is also provided with
|
Line 651 working vif-bridge is also provided with
|
|
|
#!/bin/sh |
#!/bin/sh |
#============================================================================ |
#============================================================================ |
# $NetBSD: howto.mdwn,v 1.42 2014/12/26 13:10:00 gdt Exp $ |
# $NetBSD: howto.mdwn,v 1.43 2014/12/26 13:15:32 gdt Exp $ |
# |
# |
# /usr/pkg/etc/xen/vif-bridge |
# /usr/pkg/etc/xen/vif-bridge |
# |
# |
Line 1041 TODO: Perhaps reference panix, prmgr, am
|
Line 1041 TODO: Perhaps reference panix, prmgr, am
|
|
|
TODO: Somewhere, discuss pvgrub and py-grub to load the domU kernel |
TODO: Somewhere, discuss pvgrub and py-grub to load the domU kernel |
from the domU filesystem. |
from the domU filesystem. |
|
|
|
Using npf |
|
--------- |
|
|
|
In standard kernels, npf is a module, and thus cannot be loadeed in a |
|
DOMU kernel. |
|
|
|
TODO: explain how to compile npf into a custom kernel, answering: |
|
http://mail-index.netbsd.org/netbsd-users/2014/12/26/msg015576.html |